From 190efe883455a2a87d41e3557098451014cb5470 Mon Sep 17 00:00:00 2001 From: Akshay N Shaju Date: Mon, 1 Oct 2018 23:02:50 +0530 Subject: [PATCH] Create Aksh.py Aksh will help you to print hello world using python --- code/aksh.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 code/aksh.py diff --git a/code/aksh.py b/code/aksh.py new file mode 100644 index 0000000..da0aed1 --- /dev/null +++ b/code/aksh.py @@ -0,0 +1,3 @@ +## +print('Hello, world!') +##