Write a Python programs to solve the following: 1---Write a program that uses st
ID: 3638256 • Letter: W
Question
Write a Python programs to solve the following:1---Write a program that uses standard input to displays the following pieces of information about you, each on a separate line: Name, major, a hobby
2----An electronics company sells circuit boards at a 40% profit. Write a program that will calculate the selling price of a circuit board that costs $18.50
3---Write a program that coverts Celsius temperatures to Fahrenheit temperatures. The formula is F = 9/5C+32 where F is Fahrenheit and C is Celsius
4---Running on a particular treadmill allows you to burn 3.9 calories per minute. Write a program that uses a loop to display the number of calories burned after 10, 15, 20, 25, and 30 minutes
5---Write a program that asks for the names of three runners and the time it took each of them to finish a race. Your program should display who cam in first, second and third place.