0
So my input question is "How many participants?", i have used int, but i want to limit the numbers from 1 to 30. Any tips? 😅
Beginner in python
3 Réponses
+ 2
-input(int(variable name))
-if statement to make sure the input is between 1-30
-else statement to tell the input they are out of bounds
+ 4
Use if else statement
+ 1
Thank you both 🙏🏻 i will try it out tommorow ☺️