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.
1 parent 803cb0d commit b1cfb82Copy full SHA for b1cfb82
responses/03-secondquote.md
@@ -23,7 +23,7 @@ The `last` variable holds the highest index for the array. Then our random numbe
23
Finally, update the line where we print a single quote. Instead of including a number between the brackets, we'll put our random number variable:
24
` print quotes[rnd]`
25
26
-Try running your code a few times with `python get-quote.py` and your quotes should now be chosen at random.
+Try running your code a few times and your quotes should now be chosen at random.
27
28
## Push your changes
29
0 commit comments