From 7afc4e825e3df09e61ce68f8ebda6fd2db7fdc5b Mon Sep 17 00:00:00 2001 From: noemi3 Date: Fri, 1 Oct 2021 12:58:05 +0200 Subject: [PATCH] add hello word in python --- python.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python.py diff --git a/python.py b/python.py new file mode 100644 index 0000000..3984806 --- /dev/null +++ b/python.py @@ -0,0 +1,3 @@ +# Hello world in Python + +print "Hello World"