+ 2
is try a function?
So, coming from the module block we just finished, would the correct terminology for "try" be a function from the standard library?
3 odpowiedzi
+ 2
Please specify the language you're using in the tags.
+ 1
You tagged python so 'try' in python is statement which catch the errors occuring in try block and throw it to 'except' which tells the error!
+ 1
Is a keyword, not a function