For example: ```python print(":)") print("Pass") while True: pass ``` Will only print ":)". Solution: await print same way as input?
For example:
Will only print ":)".
Solution:
await print same way as input?