alexander-bauer/swirlypy

Recording.py allows only single line input without error.

Closed this issue · 0 comments

Recording.py allows only single line input without error. Thus, attempting to enter

>>> def fct():
       print("hi")

results in a fatal error.