الرجوع
تسجيل الدخول

What is the output of the code?

try:
    value = "7" + 3
except Exception:
    value = "An error occurred."

print(value)