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