Merge pull request #5052 from DrTrills/patch-2

Update quotes.py
This commit is contained in:
Rushabh Mehta 2016-03-24 13:01:13 +05:30
commit cd66c5c972

View File

@ -28,6 +28,7 @@ def get_random_quote():
("A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.", "Mahatma Gandhi"), ("A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.", "Mahatma Gandhi"),
("If two wrongs don't make a right, try three.", "Laurence J. Peter"), ("If two wrongs don't make a right, try three.", "Laurence J. Peter"),
("Inspiration exists, but it has to find you working.", "Pablo Picasso"), ("Inspiration exists, but it has to find you working.", "Pablo Picasso"),
("The worlds first speeding ticket was given to a man going 4 times the speed limit! Walter Arnold was traveling at a breakneck 8 miles an hour in a 2mph zone, and was caught by a policeman on bicycle and fined one shilling!"),
] ]
return random.choice(quotes) return random.choice(quotes)