تمرین های پایتون (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 ...
Define the basic class with the name of the Make_Sound method. Then create DOG and CAT classes to inherit the Animal and each animal has its own sound.
Write a function that receives a string and converts Persian numbers into English numbers
Make the famous dose game or tic tac toe
Write a program that randomly print different mathematical questions and then receive and review the user answer example: 2 + 3 =? Input: 5 ** Doroste ** 55*2 =? Input: 111 ** ESHTEBAHE ** ... Finally the score ...
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 function that receives a numeric and if that number was the first number True and otherwise False returned
You will be given the score of a team that has won the Premier League at the entrance and you are printing the team's scores along with the number of wins this season at the output. This team, 2 games ...
Write a program that receives a sentence from the input and prints the longest and shortest word available in the sentence in the output
Write a program that receives a mobile number from the user and specifies whether this is an Iranian mobile number.
Write a function that receives two numbers with one operator (+ - / *) and performs the relevant calculation and returns the result example: CAL (2, '+', 6) #8 CAL (5, ' -' - ' - 1) #4 Cal (' 6, ' /', 2) #3 Cal (8, ' *', 2) #16
Write a function that receives a string and returns the number of letters: To solve this question, you should not use ready-made functions for example: get_len ('code-bezan.ir') # 13
Write a program that receives a one -digit number from the input and finds the coefficient of smaller than 100 of those numbers and prints in the output
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 ...
I recently installed Python but when I run the program I run, I will face this error `` `Python 'a not recognized as an external or external command` `Someone can help this error ...
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 ...