5 lines
76 B
Python
Raw Normal View History

2018-10-06 21:05:38 -04:00
name = 'Jatin Mehta'
greeting = "Hello World, I am "
print(greeting, name)