Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Door Type (in|out): in
  2. Traceback (most recent call last):
  3. File "auto.py", line 140, in <module>
  4. main()
  5. File "auto.py", line 11, in main
  6. type = str(input("Door Type (in|out): "))
  7. File "<string>", line 1
  8. in
  9. ^
  10. SyntaxError: unexpected EOF while parsing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement