Lab#3 Python Program

active 10 years, 11 months ago
Lab#3 Python Program
This Project is OPEN.
School / Office
Technology & Design
Project Description

The user choose from the menu, the operation he want to process. Then he is asked to enter two integers number to perform the operation.
After displaying the result, the user is asked to enter a choice again.

Acknowledgements

This project was created by: Anne Menmou

Recent Discussions

Sorry, there were no discussion topics found.

Recent Docs

Lab#3

# Lab3 the program displays a menu to the user with 7 options (operations). # The user makes a selection and the program ask two integers # numbers and performed the selected operation and displays the result. # Function to inter two numbers See MoreLab#3