From 5b0afb9bdcf2c4c8c1779949ac6bac75c0fc0d2e Mon Sep 17 00:00:00 2001 From: surajsharma14 <72158521+surajsharma14@users.noreply.github.com> Date: Fri, 30 Oct 2020 08:49:32 +0530 Subject: [PATCH] Create First python program --- First python program | 1 + 1 file changed, 1 insertion(+) create mode 100644 First python program diff --git a/First python program b/First python program new file mode 100644 index 0000000..f7cf60e --- /dev/null +++ b/First python program @@ -0,0 +1 @@ +print("Hello, world!")