From c33070199a6668991f0ebf1f7edf41a1bbcf2be3 Mon Sep 17 00:00:00 2001 From: Dhruv Varshney <47208019+dvdhruv@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:23:29 +0530 Subject: [PATCH] basic python --- basic python | 1 + 1 file changed, 1 insertion(+) create mode 100644 basic python diff --git a/basic python b/basic python new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/basic python @@ -0,0 +1 @@ +print("hello world")