Why it show runtime error: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why it show runtime error:

Uri problem 1026 def main(a, b): print(a^b) while(True): try: x, y = map(int, input().split()) except EOFerror: break main(x, y)

13th Oct 2020, 6:14 PM
md baizid
md baizid - avatar
1 Answer
0
Give me some numbers to test the code with? and where did you get this problem ...
16th Oct 2020, 7:42 AM
Ipang