|
|
вернуться в форумPython 3 . So strange . Runtime error (Russian plz) a = float(input("a:")) b = float(input("b:")) print(a+b) Edited by author 02.11.2019 14:57 Edited by author 02.11.2019 14:59 Re: Python 3 . So strange . Runtime error (Russian plz) a = int(input()) b = int(input()) print(a+b) Runtime error . what ? Re: Python 3 . So strange . Runtime error (Russian plz) You are trying to get 2 inputs but there is only one Re: Python 3 . So strange . Runtime error (Russian plz) A |
|
|