From 70ce43a0c511281a3667a3fc4c60796d808b9117 Mon Sep 17 00:00:00 2001 From: Michael Wilhelm <107816195+FlyingTyper@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:35:44 -0400 Subject: [PATCH] Add files via upload --- shell.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shell.py diff --git a/shell.py b/shell.py new file mode 100644 index 0000000..7576f6e --- /dev/null +++ b/shell.py @@ -0,0 +1,3 @@ +while true: + text= input ('basic > ') + print (text) \ No newline at end of file