
Siddhant G. answered 12/20/22
Tutor
5
(3)
Bachelor of Science in Mathematics and Data Scienctist
Python 3.0
x = 0
for i in range(100):
print(x)
x+=10
Henry P.
asked 12/19/22Siddhant G. answered 12/20/22
Bachelor of Science in Mathematics and Data Scienctist
Python 3.0
x = 0
for i in range(100):
print(x)
x+=10
SankaraHariharan A. answered 12/19/22
Roboticist with strong Math skills
x = 0
for x <= 1000
print x
x += 10
end
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Siddhant G.
your code is incorrect as the question asked in terms of a for loop however this code resembles the format of a while loop.12/20/22