Create Aksh.py

Aksh will help you to print hello world using python
This commit is contained in:
Akshay N Shaju
2018-10-01 23:02:50 +05:30
committed by GitHub
parent 9d0f2a1c9d
commit 190efe8834

3
code/aksh.py Normal file
View File

@@ -0,0 +1,3 @@
##
print('Hello, world!')
##