What do you mean a Menu System... do you mean the GUI
Chat with our AI personalities
Develop a menu driven proramming in C++ on Examination System ?
Python is a scripting language. Which you can use to make games, gui apps, text based apps or anything you want. Python comes "with batteries included" which means that the standard library contains a lot, for many different things.
Using the PyGame module.
The most widely used way is Tkinter.
this is the code for making a random number using python: import random >>>random.randint (1, 10) you can do whatever numbers you want.