C Editor Submitted versions 3.Python Grade Calculation Debugging Highest grade Reel Problem Statement A student is having trouble calculating (and printing) the average grande for four equally weighted programming assignments, where each assignment has a different number of points. The student also wants to track and print their Nghest and lowest grade. Help the student debug their code. After you for the code, we went you think about how to reduce the number of ees of code and make the program more ident, and the implement your improvement Sample Input Two list: 5 venter agrades for chant 6 Max. grade Floatinput 7. Maxgrade-float(Input Man float(input) o Max rate float(input) 10 11 center student scores for each asset 12 Bradet - Int(input()) Brade2 - Int(input() 14 grade int(input()) 15 graded - Int(input) 15 12 calculate student's Brades in percentage for for at 18 Parade - grate/Max trade1 10 Perade? - rate/Max 2 20 Prdel - grade/Max Brad 21 grade grade/Max grade 22 22 asuble all student's grades ist 24 grade list [Peradel Prade, Parade grade) 23 26 calculate average in rates 27 were graderade till erade_list) 20 na grade acerade lis) 20 min grade - wine list) 50, 13 printere score (averrade) Herrin (inde) Editor Submitted Versions 4-Python Runic Tunes Highest grade 1 WN # Your name and/or your partner's name # CSCI102 - Section ? # Python-Runic Tunes Copyright 2020. All rights reserved. Problem Statement You are writing a fantasy novel and need to come up with a new language that you plan to call "Runic". All Runic words start with int. Additionally, you decide that "p", regardless of case, is not a letter in Runic, so you want to ignore all words that have a "p". Write a program that takes in one English word, determines if the word is spelled with a "p, and (if not) recombines the first half and the second half of the word into a new Runic word. Finally, print out the newly created word or an error message (for words that contain a "p"). Sample Input 1 Submit