fork download
  1. def main():
  2. coffee_order_lbs = int(input('Enter your coffee order in pounds '))
  3.  
  4. main()
Runtime error #stdin #stdout #stderr 0s 9992KB
stdin
Standard input is empty
stdout
Enter your coffee order in pounds 
stderr
Traceback (most recent call last):
  File "./prog.py", line 4, in <module>
  File "./prog.py", line 2, in main
EOFError: EOF when reading a line