Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Yyy
#python 3.6.9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 # Python Program to find Total, Average, and Percentage of Five Subjects english = float(input("Please enter English Marks: ")) math = float(input("Please enter Math score: ")) computers = float(input("Please enter Computer Marks: ")) physics = float(input("Please enter Physics Marks: ")) chemistry = float(input("Please enter Chemistry Marks: ")) total = english + math + computers + physics + chemistry average = total / 5 print("Average ")
run
|
edit
|
history
|
help
0
python_study_note_for loop@nested loop
Lesson 8 updated
PyRegSearch
PyRegSetRange
Knn (weights=distance)
LinkedList in Python
Get the longest repeated non-overlapping substring
Rectangle Perimiter
Email_Python
PythonSimpleBook1