Skip to content

Commit b1cfb82

Browse files
authored
Removing python command
1 parent 803cb0d commit b1cfb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/03-secondquote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `last` variable holds the highest index for the array. Then our random numbe
2323
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:
2424
` print quotes[rnd]`
2525

26-
Try running your code a few times with `python get-quote.py` and your quotes should now be chosen at random.
26+
Try running your code a few times and your quotes should now be chosen at random.
2727

2828
## Push your changes
2929

0 commit comments

Comments
 (0)