Why it show runtime error: | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
0
Give me some numbers to test the code with? and where did you get this problem ...
16th Oct 2020, 7:42 AM
Ipang