Question: please use python Assignment: based on http://www.pythonschool.net/ 1) Write a program to input two messages and output them to a user. 2) Write a program

please use python
Assignment: based on http://www.pythonschool.net/ 1) Write a program to input two messages and output them to a user. 2) Write a program to input two whole numbers, add them together and print the result to the screen. 3) Write a program to ask the user for a temperature and convert it to both degrees Celsius and degrees Fahrenheit. [F = C*975 +32, C = (F-32)*5/9 ] 4) Write a programming using random to ask a user to guess a number between 0-20. Count the number of tries. DEMO 5) Write a program to simulate the throwing of a die 30 times. The results of the simulation should be printed as a table of scores and frequencies. Hint: use the function randint in the random library to generate a random number between 1 and 6. DEMO 6)Write a program which takes a list of six names and writes them to a file. Check that the file contains the six names on six separate lines
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
