From c256438a790fb1805306f962a6322e8b6116f4fa Mon Sep 17 00:00:00 2001 From: Prakul Patel <59809087+PrakulSmarty@users.noreply.github.com> Date: Sat, 10 Oct 2020 16:11:29 +0530 Subject: [PATCH] Create hello world.py --- hello world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello world.py diff --git a/hello world.py b/hello world.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/hello world.py @@ -0,0 +1 @@ +print("hello world")