Tic tac toe in python
Introduction Tic Tac Toe game is a simple paper and pencil game for two players played, making the spaces in 3×3 square grid. It is also called noughts and crosses. X and O are used …
Introduction Tic Tac Toe game is a simple paper and pencil game for two players played, making the spaces in 3×3 square grid. It is also called noughts and crosses. X and O are used …
Introduction Python stopwatch is a tkinter based project. Python stopwatch project uses tkinter python library that provides graphical user interface. It is easy to use and implement.
Introduction Python turtle race is a fun project made using turtle graphics library. This is a turtle race that starts from one edge and ends in another edge.
Introduction Roller coaster is a small programming exercise made with python programming. It is easy to understand and apply the project.
Introduction Average height is a programming exercise in python. This program finds the average height from various numbers of heights entered.
Introduction Odd or even is a python based programming project. This program checks whether the number entered is even or odd.
Introduction A character in python is represented using a Unicode code point. The unicode code point is written by using U+ followed by a number written in hexadecimal.
Introduction Blackjack project is a game-based project. It is coded in python programming. Blackjack is the most widely played casino banking game in the world.
Introduction Tkinter quiz is a GUI based python project. Tkinter quiz includes a set of question that needs to be answered. It is easy to use and implement.