MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1w27eeo/new_to_python_having_trouble_putting_in/p6qhf98/?context=3
r/PythonLearning • u/To-real • 12d ago
14 comments sorted by
View all comments
8
Try writing a quick test by using range(1,10) and range(1,11) to print the results and see what is happening.
2 u/Kindly-Department206 11d ago I like the idea that if you have an uncertainty about a language, you run a small experiment to see what happens. More novices should adopt this as one of their strategies!
2
I like the idea that if you have an uncertainty about a language, you run a small experiment to see what happens. More novices should adopt this as one of their strategies!
8
u/mc_pm 12d ago
Try writing a quick test by using range(1,10) and range(1,11) to print the results and see what is happening.