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)
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.