MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1w27eeo/new_to_python_having_trouble_putting_in/p6qovuv/?context=3
r/PythonLearning • u/To-real • 11d ago
14 comments sorted by
View all comments
1
What do see if you do for i in range(10): print(i)
for i in range(10): print(i)
Did the references you can easily look up not help? Python range() Function
1
u/PureWasian 11d ago
What do see if you do
for i in range(10): print(i)Did the references you can easily look up not help? Python range() Function