We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61b50ba + 7a0d967 commit 348c693Copy full SHA for 348c693
Random Quote Generator/code.py
@@ -14,9 +14,11 @@
14
"The only thing standing between you and your goal is the story you keep telling yourself. - Jordan Belfort"
15
]
16
17
+
18
def generate_random_quote():
19
return random.choice(inspirational_quotes)
20
21
22
if __name__ == "__main__":
23
print("Welcome to the Random Inspirational Quote Generator!")
24
print("Here's your quote for today:")
0 commit comments