|
|
back to boardShow all messages Hide all messagesa,b=input('Введите числа через пробел: ').split(" ") a=int(a) b=int(b) print(a+b) test 1, wrong answer :( Got it. The text in Russian was not a good idea. just this: a,b=input().split() a=int(a) b=int(b) print(a+b) accepted! Hello Lisa . It and my error ) a = float(input(" ")) b = float(input(" ")) print(a+b) Runtime error Rus : Привет , у меня такая же ошибка . Выдает Runtime error |
|
|