weird thing with one-liner while statement
I have a code with a one-liner while and a try-except statement which behaves weirdly.
Using one line in Try in python
I’m studying CS50p and the tutor says it’s best practice to have as few lines as possible, ideally one, in a Try, but I really struggle to do this.