timothycrosley / jiphy

Your client side done in a jiphy. Python to JavaScript 2-way converter.
MIT License
585 stars 73 forks source link

An important peice of IO missing #20

Closed bortkiewicz closed 7 years ago

bortkiewicz commented 8 years ago

The most important (or second most) important I/O function in Python, input(), is not included. Seriously?

peircej commented 7 years ago

Python's input() is a function. jiphy docs are quite explicit that it converts syntax not functions