Simple Python

profiledavid_kariuki

  

  1. Write a      program that will ask the user for their name, and report how many      characters are in that name.
  2. With the      help of the math library, write a program that will calculate a      circumfence of a circle, the radius of which is 13.  Remember that      the math library also contains constants. 
  3. Write a      program that will retrieve the fourth grade from the following list 62,      68, 93, 75, 89, 85, and print out the numerical grade, and a grade letter      according to the scale below:

  

Numerical Grade


Letter Grade

 

90-100


A

 

80-89


B

 

70-79


C

 

60-69


D

 

0-59


F

NOTE: Your script should work, even if I changed the original list - it should pick up the fourth grade of any

4.    Let the user input five numbers and then calculate their average.

5.    Let the user input five numbers and report the largest.

    • 6 years ago
    • 35
    Answer(2)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      Order101653.docx

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      Task1.py
    • attachment
      Task5.py
    • attachment
      Task4.py
    • attachment
      Task3.py
    • attachment
      Task2.py
    • attachment
      PythonAssignment.docx