0
Basic Calculator Python
I have another errorâšď¸ num1 = float(input('Enter a number:')) num2 = float(input('Enter another number:')) It says I have an EOFError...how to fix that?đ
2 Answers
+ 1
I've tried it and it works fine.
0
im doing it on monitor