0
Could someone tell new why is this output wrong?
print(float(input("Enter a number: ")) + float(input("Enter another number: "))) enter a number: 45 enter another number: 5
3 ответов
0
Im writing it on the app platform, there's an alert that says 'looks like your program needs imput' and the output gaves me a syntaxError: invalid syntax.