تمرین های پایتون (Python)
Programming exercises پایتون (Python)Latest exercises پایتون (Python)
Parking Management Program Write: When arriving, arrival time and car license plate number stored when exit, exit time save for the desired car at any moment (in the parking lot, exit) and other information ...
Things need: The system administrator should be able to log in after entering the Admin username and password 12345 and add a new employee and define the username and password for each employee. The program must be informed ...
Write a robot to perform mathematical operations. When the Calc 5+3 user sends back, the robot returns the result (8).
Write a program that receives two integers M and n from the user and only with the plural operator to get the n to the number n.
Write a program that receives n and draws Khayyam Pascal's triangle to n rows is the same as the one below, which is at the top of the triangle of the number one, and in the first and last lines of each number one and the remainder ...
An Excel file includes name information, height, weight of a company employee. Write a program that reads the information from this file and the employees in the order of (high to low) with their name and weight at the output ...
Make the famous dose game or tic tac toe
Write a program that acts like a restaurant menu. This app should have the following features: 1. Menu Display: The app must display all the items in the menu with the name, price and description. 2. Select Item: ...
Write a program that receives a text from the user as an input and all the words used in the text, along with the number of repeating them to the user, such as: Input: This is an Example. This is a text ... ...
Write a program that receives two sets of entrances and subscribers and gatherings Help: The two collections are to collect the members of both A and B sets in one collection without repeating members.
Write a program that gets a numeric as a second (s) from the user and after S seconds pass the system
Write a class that receives rectangular length, width and height and calculates its area and volume using different methods
Write a program that receives a solar date from the input (in the format of yyyy/mm/dd). Then convert the date to AD and print in the output
Design an appointment management system for a clinic. This system must have the following abilities: Patient Registration: Every patient must have a unique ID, name, birth date and contact number. Turn Register: Every ...
Write a program that, with the help of recursive functions, finds the Number N sequence of Fibonacci and at print out output N must be received from the user
Write a phonebook program that: 1. The app should be able to add a new contact with the name and phone number. 2. The user should be able to view and search the existing audiences. 3. The user should be idol ...