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 237eefd commit 64bd70aCopy full SHA for 64bd70a
responses/03-secondquote.md
@@ -21,7 +21,7 @@ The `last` variable holds the highest index for the array. Then our random numbe
21
> ` last = len(quotes) - 1`
22
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]`
+` print(quotes[rnd])`
25
26
Try running your code a few times and your quotes should now be chosen at random.
27
0 commit comments