I am having trouble getting the time library to work. In particular, I would like to use the time.sleep(1) feature available in python, but it does not work. I have read and tried the work around presented in the post below.
https://community.vscodeedu.com/t/using-time-sleep/990
Even when I completed the Spooky Manor tutorial myself, the text was being flushed to output immediately without any pauses.
Is there currently any workaround for time.sleep?