From b138927216818375110121a7402fbd6ef2e8f4ce Mon Sep 17 00:00:00 2001 From: Chinmay Krishnan <cb.en.u4cse16318@cb.students.amrita.edu> Date: Sat, 22 Dec 2018 20:31:59 +0530 Subject: [PATCH] Sample 3 python code prints hello world --- sample3.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 sample3.py diff --git a/sample3.py b/sample3.py new file mode 100644 index 0000000..693eaec --- /dev/null +++ b/sample3.py @@ -0,0 +1 @@ +print("Hello!") -- GitLab