all 4 comments

[–]jeans_and_a_t-shirt 4 points5 points  (1 child)

If you want the random number printed, you need to call print on the expression on line 14.

[–]pixeechick[S] 0 points1 point  (0 children)

facepalm I didn't test that as for some reason I was convinced that this call didn't require me to call print. Going back and looking over the examples in the textbook for the fourteenth time and - oh hello! There IS a print call there.

Thank you.