MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / guess_num_v2.py

File guess_num_v2.py

projects/Guess Number/guess_num_v2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import tkinter as tk
2from tkinter import messagebox
3import random
4import sys # Import the sys module for exiting the application

Callers

nothing calls this directly

Calls 1

titleMethod · 0.80

Tested by

no test coverage detected