Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) (●'◡'●)
Expand Down
3 changes: 2 additions & 1 deletion python/funny_motivation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down