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

4
code/Exoceus.py Normal file
View File

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