Example #1
0
def outchars(msg=""):
    iofun.outchars(msg)
def outchars(msg = ""):
	"""out("text") prints text to the console, but without a newline""" 
	iofun.outchars(msg)
Example #3
0
def outchars(msg = ""):
	iofun.outchars(msg)
def outchars(msg=""):
    """out("text") prints text to the console, but without a newline"""
    iofun.outchars(msg)