Python Tutorial For Beginners - Episode 25 - Magic 8 Ball

preview_player
Показать описание
Tell your future with a magic eight ball.
Рекомендации по теме
Комментарии
Автор



note that random.randrange can take up to three arguments, just like the range function - start, end, step.
For example if we wanted one of the first 10 numbers in the six times table we could do random.randrange(6, 61, 6)

learnwithhector