You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic of the game is that the turns will keep increasing as you press the space bar, and it will reduce its speed and stop at a point where you stop pressing the space bar.
6
+
Here we will use distutils for functioning and turtle for the animation.
7
+
## List out the libraries imported:
8
+
distuntils, turtle
9
+
10
+
## Setup instructions
11
+
12
+
Here for setup we not need to do anything just running the script and then we need to press space button to spin the fidget as fast we press the speed increases.
0 commit comments