Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: python program that calculat grades of students
Post: RE: python program that calculat grades of student...

exam = [70, 80, 75] homework = [100, 80, 60] for i in exam: if exam[i]<50 print exam[i] else for y in homework: return(0.75*exam[i]+0.35*homework[y])
biligorm Homework 3 2,238 Apr-04-2020, 09:59 AM
    Thread: python program that calculat grades of students
Post: python program that calculat grades of students

hello i need help .. i want to code python program that calculat grades of students from 2 lists. first list is final exam grade. second list is homework final grade list. the wight of the score is ...
biligorm Homework 3 2,238 Apr-04-2020, 09:15 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020