mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 13:22:39 +00:00
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:
commit
0a12970680
@ -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
|
||||
- [![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
|
||||
- Python enthusiast.
|
||||
- My hobbies include:
|
||||
|
4
code/Exoceus.py
Normal file
4
code/Exoceus.py
Normal file
@ -0,0 +1,4 @@
|
||||
name = 'Jatin Mehta'
|
||||
greeting = "Hello World, I am "
|
||||
|
||||
print(greeting, name)
|
Loading…
Reference in New Issue
Block a user