Python Odevi Acil Yardım
Programlama0 Mesaj
●58 Görüntüleme
- ReadBull.net
- Programlama ve Yazılım
- Programlama
- Python Odevi Acil Yardım
-
26-09-2019, 09:32:18arkadaşlar eğer yapamazsam dersten kalıyorum.yardım edebilirseniz sevinirim. Python Warm-up Programs Exercise 2.5 (30pts) Write a program which prompts the user for a Celsius temperature, convert the temperature to Fahrenheit and print out the converted temperature. Exercise 3.3 (30pts) Write a program to prompt for a score between 0.0 and 1.0. If the score is out of range print an error. If the score is between 0.0 and 1.0, print a grade using the following table: Score Grade >=0.9 A >=0.8 B >=0.7 C >=0.6 D