0
Python help can't figure this loop
Basically directions are: Create a list of 20 numbers. Ask the user to enter numbers between 20 and 200. If they enter a number not in that range, ask them to enter another number. Then use a for or while loop to find the maximum number entered.
4 Respuestas
+ 3
Here's an answer:
https://code.sololearn.com/cB19LrQg8S8x
+ 1
I think I've done it.
https://code.sololearn.com/cTWeDtAh2H5V/?ref=app
+ 1
@Slak this isnt cpp. you cant do list[20] nor int i = 0
0
@Supersebi3 he edited his post, the earlier version mentioned that he didn't know python but that he will give an example for OP to work with