hacktoberfest-2018/code/Exoceus.py

5 lines
76 B
Python

name = 'Jatin Mehta'
greeting = "Hello World, I am "
print(greeting, name)