MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 07_try_finally.py

File 07_try_finally.py

Chapter 12/07_try_finally.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def main():
2 try:
3 a = int(input("Hey, Enter a number: "))
4 print(a)

Callers

nothing calls this directly

Calls 1

mainFunction · 0.85

Tested by

no test coverage detected