diff --git a/README.md b/README.md index 10cfec4..f3beb95 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/code/Exoceus.py b/code/Exoceus.py new file mode 100644 index 0000000..4d2c4cf --- /dev/null +++ b/code/Exoceus.py @@ -0,0 +1,4 @@ +name = 'Jatin Mehta' +greeting = "Hello World, I am " + +print(greeting, name)