Modern Python 3 Bootcamp !!install!! File
@my_decorator def say_hello(): print("Hello!")
try: x = 5 / 0 except ZeroDivisionError: print("Cannot divide by zero!") modern python 3 bootcamp
@my_decorator def say_hello(): print("Hello!")
try: x = 5 / 0 except ZeroDivisionError: print("Cannot divide by zero!") modern python 3 bootcamp