What is the use of exception handling finally keyword in python?? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

What is the use of exception handling finally keyword in python??

And what is the use of rise functions in python??

21st Oct 2017, 5:00 PM
VIJAY MADDINENI
VIJAY MADDINENI - avatar
1 Antwort
- 1
In the first page of "finally task" they say that "Code within a finally statement always runs after execution of the code in the try" My question is why does an error occurs when I print something whith a error thype whith in print, like: finally: print("1"//"frank")
17th Nov 2017, 3:03 PM
Filipe Gomes