Relative Content

Tag Archive for pythontry-catch

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.