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
reverse the number
Organizing Transactions
Rene
Lesson 3 Homework:
linearSearch.py
HW selectionsort using while
Iam hungry
word repeat
PYTHON 3 ÖDEV :)
List comprehension, join, split, zip