Merge pull request #211 from Exoceus/master

Added my details in Readme.md and created Hello World file in python
This commit is contained in:
Luke Oliff
2018-10-08 08:56:01 -07:00
committed by GitHub
2 changed files with 9 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)