OS Error
I tried typing in my figure onto the question asked by the input in the code(base_price = float(input("Enter cart total: "))). And each time I run this program I get something like this Traceback (most recent call last): File "main.py", line 1, in <module> OSError: [Errno 29] I/O error. How do I solve it?
Iniciar sesión para dejar un comentario.