0
How do i make this a loop for 10 times?
15 Respuestas
+ 4
Kirubaananthan Singaravalu enter all ten inputs at a time required by this sololearn interpreter
+ 3
Ahh okay... i get it. Thanks guys. Much appreciated🙏🏼
+ 2
for I in range(10):
.....
+ 1
The whole code bit, or which part?
+ 1
The whole code bit
+ 1
I need to input 10times and get 10 outputs
+ 1
_the_rohit_25 I dont get you... could you show me? sorry im really new to Python
+ 1
Kirubaananthan Singaravalu I mean the same as Ярослав Вернигора(Yaroslav Vernigora)
Did you get it now ??
0
Hi! use a loop operator and a variable i in increments of 1 from 1 to 10 inclusive
0
Use a variable at 0, then a while loop until the variable reaches 10, then just add 1 to the variable at the end of the code bit so it knows it's finished running
0
...using the enter button
0
it is difficult to show it. what he meant was that if you use a loop, when you start the program, when the pop-up window appears before entering, you will need to enter all 10 values immediately. use the input button on the keyboard to do this. the values should each go in their own row, in a column, not in a row