Coders Packet

Packets submitted by Konda Immaniyelu

Guess the Number game Python GUI application

The given code implements a number guessing game using the Tkinter library in Python. Where the player can enter their guesses for a randomly generated secret number between 1 and 100.

Converstions program python

A unit conversion expresses the same property as a different unit of measurement. Distance can be converted from miles to kilometers, or feet, or any other measure of length.

Tic-Tac-Toe python

The tic-tac-toe game is for two players. One player plays X and the other plays O. The players take turns placing their marks on a grid of three-by-three cells.