print(f"query failed")

print(f"query failed")
A . try: failure:
B. try: catch:
C. try: except: (Correct)
D. try: fail:
E. try: error:

Answer: C

Explanation:

The answer is try: and except:

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments