1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-02 00:02:39 +00:00
hacktoberfest-2018/code/Exoceus.py
2018-10-06 21:05:38 -04:00

5 lines
76 B
Python

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