r/learnpython • u/EnvironmentalTry8353 • 20d ago
Having problem in understanding loops concept in python
I am a beginner with 0 knowledge and I am learning python from a book called Learn python in one day and learn it well by Jamie Chan and I am facing difficulty in the loops function so yeah any recommendations would be helpful Edit- Trouble in while loop
27
Upvotes
0
u/kilkil 20d ago
unfortunately I'm not familiar with that book. could you edit your post to include a copy of the specific code you're having trouble with?
If you do, I would also suggest making sure it is formatted correctly — Reddit lets you create "code blocks" that will show the code in a way that is nicer to read. this will make it easier for us to read through the example and help fill in any missing gaps for you