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
commit 0a12970680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -508,6 +508,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- Learning Golang/Python and very interested in weareables/Fitness Tech - Learning Golang/Python and very interested in weareables/Fitness Tech
- [![github-alt][github-img]](https://github.com/JClutch) - [![github-alt][github-img]](https://github.com/JClutch)
### Jatin Mehta
- Wannabe Web Developer
- I also love Python
[![github-alt][github-img]](https://github.com/Exoceus)
### Jay Vasant ### Jay Vasant
- Python enthusiast. - Python enthusiast.
- My hobbies include: - My hobbies include:

4
code/Exoceus.py Normal file
View File

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