تمرین های پایتون (Python)
Programming exercises پایتون (Python)Latest exercises پایتون (Python)
Write a program that receives Qatar and prints the volume and area of Korea. Korean volume formula = radius with power of 3 x pcs X four -thirds (3/3). Korean area formula = radius to 2 x pcs X four (4)
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 a text from the user and prints the upper case in the output. Example: Input: Hooshang 3
Write a program that receives a mobile number from the user and specifies whether this is an Iranian mobile number.
Write a program that receives the rule and the height of the trapezoidal and calculates the trapezoidal area of the vertical. Area = rule * height ÷ 2
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 ...
Make the famous dose game or tic tac toe
Write a function that receives a string and checks all the letters. If all the letters of the string were small, otherwise False would return
Write a program that receives a sentence and reversed each of the words and re -print the sentence without changing in the order of words. Input: Hello Amir ... Olleh Rima ...
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 function that receives a numeric and if that number was the first number True and otherwise False returned
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.
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 ...
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 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 converts a number to binary or a binary string into number