You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there some inherent reason Interpy won't work in the interpreter?
Python 2.7.10 (default, Jul 13 2015, 12:05:58)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> # coding: interpy
...
>>> a = 123
>>> print "#{a}"
#{a}
The text was updated successfully, but these errors were encountered:
Is there some inherent reason Interpy won't work in the interpreter?
The text was updated successfully, but these errors were encountered: