menu
QAmmunity.org
Login
Register
My account
Edit my Profile
Private messages
My favorites
Ask a Question
Questions
Unanswered
Tags
Categories
Ask a Question
What is the value of grade after this program is executed? Assume the score is 50. if score >= 90: grade = "A" elif score >= 80: grade = "B" elif score >= 70: grade = "C" elif score >= 60: grade = "D"
asked
Mar 14, 2022
102k
views
3
votes
What is the value of grade after this program is executed?
Assume the score is 50.
if score >= 90:
grade = "A"
elif score >= 80:
grade = "B"
elif score >= 70:
grade = "C"
elif score >= 60:
grade = "D"
else:
grade = "F"
Computers and Technology
high-school
Daralthus
asked
by
Daralthus
8.2k
points
answer
comment
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
2
votes
Answer:
32 is the correct explanation about this equation
Chamira Fernando
answered
Mar 20, 2022
by
Chamira Fernando
7.8k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
← Prev Question
Next Question →
Related questions
asked
Dec 19, 2024
106k
views
How many conditions can be executed at once? if 6 > 7: print "6>7" elif 6 >5: print 6>5 else: print "no answer"
CoolGuyHasChillDay
asked
Dec 19, 2024
by
CoolGuyHasChillDay
7.6k
points
Mathematics
high-school
1
answer
5
votes
106k
views
asked
Feb 25, 2024
147k
views
Assume that your body mass index (BMI) program calculated a BMI of 41.6. What would be the value of category after this portion of the program was executed? # Determine the weight category. if BMI < 18.5: category= "underweight elif BMI > 39.
Fran Martinez
asked
Feb 25, 2024
by
Fran Martinez
8.7k
points
Computers and Technology
college
1
answer
5
votes
147k
views
asked
Feb 17, 2021
217k
views
What is the value of numC when this program is executed? numA = 4 numB = 10 if numA == 2: numC = 10 elif numA > numB: numC = 20 else: numC = 30
Cleg
asked
Feb 17, 2021
by
Cleg
8.6k
points
Computers and Technology
high-school
2
answers
0
votes
217k
views
Ask a Question
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.5m
questions
12.2m
answers
Other Questions
The book shows how to add and subtract binary and decimal numbers. However, other numbering systems are also very popular when dealing with computers. The octal (base 8) numbering system is one of these.
Seven basic internal components found in a computer tower
Please help me ! All you do is just put it it all in your own words ! Please this is for my reported card!i don't know how to put it in my own words because my English is not that good!
Disadvantages of using animation in advertising? advantages and disadvantages of using animation for education? advantages and disadvantages of using animation in entertainment?
What is an example of a dedicated computer system?
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search QAmmunity.org