Skip to content

Commit 348c693

Browse files
Merge pull request #2510 from avinashkranjan/deepsource-transform-3596d9eb
format code with autopep8
2 parents 61b50ba + 7a0d967 commit 348c693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Random Quote Generator/code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"The only thing standing between you and your goal is the story you keep telling yourself. - Jordan Belfort"
1515
]
1616

17+
1718
def generate_random_quote():
1819
return random.choice(inspirational_quotes)
1920

21+
2022
if __name__ == "__main__":
2123
print("Welcome to the Random Inspirational Quote Generator!")
2224
print("Here's your quote for today:")

0 commit comments

Comments
 (0)