0

Simple Calculator

my answer is correct but it did not pass num = int(input ("first number ")) num2 = int(input("seconed number ")) eq = (num + num2) print(eq)

17th Jul 2022, 12:34 PM
Giorgi Kutateladze
Giorgi Kutateladze - avatar
1 ответ
+ 4
Where are you trying this? Can you post task description? In code coach, there you must not output any message by input() . Just put empty argument.
17th Jul 2022, 12:37 PM
Jayakrishna 🇮🇳