Fill This Form To Receive Instant Help
Homework answers / question archive / Files, Functions and Functionality in PythonAssignment: Create a program named [yourparklandusername]_grades
Files, Functions and Functionality in PythonAssignment: Create a program named [yourparklandusername]_grades.py Your program will have one main function named highScore(): . Your program will print your name to the screen on one line then print the score that you entered, then print one raw score with it's corresponding letter grade per line. See the syllabus showing that you need 94% for an A 84% for a B etc.
Files, Functions and Functionality:
Main Function:
highScore():
Note that the main function will take a single numerical argument. And that
different numerical scores will be sent to the function
Command I will run and Output:
>>>highScore(1000)
[Your Full Name Here] the student here
The High Score was 1000
You need a 940.0 for an A
You need a 840.0 for an B
You need a 740.0 for an C
Remember the value I enter for a score will change