Create Exoceus.py

This commit is contained in:
Jatin Mehta 2018-10-06 21:05:38 -04:00 committed by GitHub
parent bdbafd028c
commit f860575053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
code/Exoceus.py Normal file
View File

@ -0,0 +1,4 @@
name = 'Jatin Mehta'
greeting = "Hello World, I am "
print(greeting, name)