From 76eb215ba70202e31906ac46e14fb787485eac22 Mon Sep 17 00:00:00 2001 From: Naman12-del <72141681+Naman12-del@users.noreply.github.com> Date: Fri, 1 Oct 2021 00:04:21 +0530 Subject: [PATCH] Hello python #hacktoberfest --- Hello python | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Hello python diff --git a/Hello python b/Hello python new file mode 100644 index 00000000..ed786577 --- /dev/null +++ b/Hello python @@ -0,0 +1,2 @@ +a='Hello world' +print(a)