From d1d35b2ddd17dbde35630f18cd0fd7102f50c994 Mon Sep 17 00:00:00 2001 From: coder-311 <115492860+coder-311@users.noreply.github.com> Date: Mon, 10 Oct 2022 22:45:16 +0530 Subject: [PATCH] Create helloworld-coder-311.py --- Python3-Learn/helloworld-coder-311.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Python3-Learn/helloworld-coder-311.py diff --git a/Python3-Learn/helloworld-coder-311.py b/Python3-Learn/helloworld-coder-311.py new file mode 100644 index 00000000..44159b39 --- /dev/null +++ b/Python3-Learn/helloworld-coder-311.py @@ -0,0 +1 @@ +print("Hello world")