+ 2
what is the output??
for I in range(10): i+10 print(i)
2 Answers
+ 8
You can run your code in code playground and check the output by yourself :)
Please delete these duplicate posts:
https://www.sololearn.com/discuss/1094779/?ref=app
https://www.sololearn.com/discuss/1094778/?ref=app
0
it will be 19