FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MyPython/marksheet.py at master · nested/MyPython · GitHub
nested
/
MyPython
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
MyPython
/
marksheet.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (18 loc) · 474 Bytes
Breadcrumbs
MyPython
/
marksheet.py
Copy path
File metadata and controls
25 lines (18 loc) · 474 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Hindi
=
input
()
English
=
input
()
Maths
=
input
()
Environment
=
input
()
Science
=
input
()
print
"Hindi %i"
%
Hindi
print
"English %i"
%
English
print
"Maths %i"
%
Maths
print
"Environment %i"
%
Environment
print
"Science %i"
%
Science
total_number
=
Hindi
+
English
+
Maths
+
Environment
+
Science
print
"total_number %i"
%
total_number
total_per
=
total_number
*
100
/
500
print
(
total_per
)
if
total_per
<
60
:
print
"you are fail"
else
:
print
"you are pass"
Back
|
FazBrowse Home
|
New Git URL