echo.py 63 Bytes Raw Blame History Permalink 1 2 3 def echo(name): if (name == "exit"): return print(name)