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
# <imgsrc ="https://media.giphy.com/media/10b7yI48cD31K0/giphy.gif"width ="40"height = "40" /> Fun with Python - It is what it is!
2
+
3
+
4
+
If you want to do some real fun with Python, then do check this space out. I did this when I was a beginner in Python and was exploring how easy, interactive and fun Python could be.
5
+
I made some basic games :
6
+
<ol>
7
+
<li> Dice Stimulator </li>
8
+
<li> Tic Tac Toe </li>
9
+
<li> Egg Catcher </li>
10
+
<li> Caterpillar Game </li>
11
+
</ol>
12
+
13
+
I had a lot of fun with Tkinter & Turtle Graphics. For those who don't know, turtle is a pre-installed Python library that enables users to create pictures and shapes
14
+
by providing them with a virtual canvas and Tkinter is the GUI package. <br>
0 commit comments