used py code ```python inp = input(">> ") print(inp) ``` and got output v ```v mut inp := input('>> ') println(inp) ``` "input()" in output should be os.input()