From 76b30a4a23aec57b909ee0f3e63c0f8790c1d5cb Mon Sep 17 00:00:00 2001 From: Nash Almeida <almeidan1@cardiff.ac.uk> Date: Wed, 16 Oct 2024 10:58:06 +0100 Subject: [PATCH] Adding some code to a new python file need reviewing later --- pyerror.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyerror.py diff --git a/pyerror.py b/pyerror.py new file mode 100644 index 0000000..7c96dd5 --- /dev/null +++ b/pyerror.py @@ -0,0 +1,4 @@ +name = input("Enter your Name: ) + +for i in range(,5); + print(name, i+1) -- GitLab