تمرین های پایتون (Python)
Programming exercises پایتون (Python)Latest exercises پایتون (Python)
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 the amount of water consumption of the entire building and the number of residents of each unit. Then, by dividing the total consumption into the total number of residents, calculate the share of each unit and display the amount of consumption along with the final cost ...
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 ...
Write a program that receives 2 users and calculates the Fibonacci series (between those two) and prints in the output
Write a function that converts a number to binary or a binary string into number
Write a class that receives the length, width and height of the rectangular cube and calculates its area and volume using different methods
Write a warehouse management program that has the following features: 1. Add goods: Enter the product information including the name, the product code, the number available, the unit price and the expiration date. 2. Remove Product: By entering the product code ...
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 ...
Create a button below: when the mouse marker is on it:
Design a page that has a custom text in the middle of the page (the background color is white and black text color) then design a button to change the page to the night mode when the user clicks it ...
Write a program that receives a number from the user and converts to letters suppose the numbers entered between 0 and 1000000 23 ➞ Twenty Three 405 ➞ Four HundredR
Write a program that prints the current date and time in the output
Write a program that gets a numeric as a second (s) from the user and after S seconds pass the system
Write a program that receives the list of group members and the amount of money spent by each person and then calculate what amount to pay for each person to settle.
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 ...
Write a program that receives a store product listing including name and product price and will continue until the amount of empty value for the product name is entered; Then the product name is displayed as a list ...