Merge pull request #167 from mohityadav7/master

update readme and added python hello world
This commit is contained in:
Luke Oliff 2018-10-06 09:42:32 -07:00 committed by GitHub
commit bde16019b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -562,6 +562,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- [![twitter-alt][twitter-img]](https://twitter.com/MercyDev)
[![github-alt][github-img]](https://github.com/MercyDoesCode)
### Mohit Yadav
- I am a programmer and a student.
- [![twitter-alt][twitter-img]](https://twitter.com/_mohit_yadav)
[![github-alt][github-img]](https://github.com/mohityadav7)
### mkaur7999
- I am a young developer in Sri Lanka
- I'm currently a undergraduate

1
code/mohityadav7.py Normal file
View File

@ -0,0 +1 @@
print ("Hello World")