photo

Zhiyu Zhang


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to interact with Figure while input() is active
You just need to use the pause function before your input function. For example: pause(5); input(...); This will allow you to...

3 years ago | 0