What is the output of the following code?   try:     x = int…

Questions

Whаt is the оutput оf the fоllowing code?   try:     x = int("ten")     print("A")     y = floаt(10)     print("B") except:     print("C")