|
|
вернуться в форумPython3.3 Runtime error Послано Exxtay 19 фев 2013 17:08 code1, code2 = [int(x) for x in input().split()] if not (int(code1) % 2) or (int(code2) % 2): print("yes") else: print("no") #What's wrong? Re: Python3.3 Runtime error Послано Exxtay 20 фев 2013 21:48 in this task i should use: code1 = input() code2 = input() except of: code1, code2 = [int(x) for x in input().split()] |
|
|