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