diff --git a/README.md b/README.md index c8d503dc..2d657e51 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ feel free to use these emojis: https://gist.github.com/rxaviers/7360908 :relaxed - [Mobin Sadeqian](https://github.com/Mobinsadeqian) :computer: - [Amirali gholian](https://github.com/amirali-gholian) :computer::tea::art::rocket: - [Mohammad Ashourzadeh](https://github.com/ashourzadeh7) :computer: +- [**Faraz Nasseri**](https://github.com/farazdotn) šŸŽŗ - [Ahmad Saedi](https://github.com/kingahmadsaedi) Tnx Mr.jadišŸ˜ - [Amir Hosein Bolori](https://github.com/Amirhb20)šŸ’» - [Mehran Mahjour](https://github.com/MehranMahjour) (ā—'ā—”'ā—) diff --git a/python/funny_motivation.py b/python/funny_motivation.py index edba6086..8875de8a 100644 --- a/python/funny_motivation.py +++ b/python/funny_motivation.py @@ -12,7 +12,8 @@ def get_funny_motivational_quote(): "Be yourself; everyone else is already taken, and probably not as funny.", "I find television very educational. Every time someone turns it on, I go read a book.", "People say nothing is impossible, but I do nothing every day.", - "Don’t let the noise of others’ opinions drown out your own inner voice" + "Don’t let the noise of others’ opinions drown out your own inner voice", + "It gets easier, everyday it gets a bit easier, but you gotta do it everyday, that's the hard part." ] return random.choice(quotes)