Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.37 KB | None | 0 0
  1. (Locust)[andrewbc@indigo ~/Projects/Language Design/Locust]$ python
  2. Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
  3. [GCC 4.2.1 (Apple Inc. build 5646)] on darwin
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> with open('bacon' as f:
  6.   File "<stdin>", line 1
  7.     with open('bacon' as f:
  8.                        ^
  9. SyntaxError: invalid syntax
  10. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement