7. Python - Try / Error Handling

 try:

    print(x)

except:

    print("NO X")

Comments