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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
code/aksh.py Normal file
View File

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