تمرین های پایتون (Python)
Programming exercises پایتون (Python)Latest exercises پایتون (Python)
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 two input numbers and checks whether the first number is divisible by the second number or not. For example, if the inputs are 10 and 2, the output should show that 10 is divisible by 2.
Write a program: The user can enter the list of daily tasks. The user can remove the tasks from the list.
Write a class called Vehicle that has Model and Color features and has a method called get_info that returns all its features as a strang then write a class called Car from Vehicle ...
Write a graphics program that has 2 fields to enter the number and 4 buttons for subtraction, multiplication and division. By selecting each button, the relevant calculations should be done on the 2 numbers entered and the result is displayed.
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
Make the famous dose game or tic tac toe
Write a program that displays the name of the computer's operating system. For example, the output might be one of the following: ``Windows Linux Darwin''
Write the word game program: Two players can participate in the game. Each player will have a favorite word. Each player must enter a word that starts with the last word of the previous word.
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 function that receives a string and converts Persian numbers into English numbers
Online Store with the following features to add new product by Admin in the Management Panel Panel User Name by User Selecting and Registering (Online Payment and Home Payment Option ...
Write a program that allows an ice cream salesman to calculate the amount of profits from the sale of ice cream by entering the cost and daily sales information. This app should not receive the following values from the user ...
Write a function that creates a random password with the following conditions and returns the letters A to Z small and large numbers 0 to 9 passwords must be between 8 and 10 characters long
Write a program that receives 2 dates in yyyy/mm/dd format and print 2 dates to the output example: 1401/11/01 tarikh2: 1401/11/05 4 days Tarikh1: 1401/10/01 Tarikh2: 1401/11/05 34 Days
In Python I take the Moduelotfoundfoundrror error `` `Modulenotfoundrror: no module named 'Requests'` `` Please guide