menu
Qammunity
Login
Register
My account
Edit my Profile
Private messages
My favorites
Ask a Question
Questions
Unanswered
Tags
Categories
Ask a Question
What is the output of this program? numA = 10 for count in range(5): numA = numA + 2 print (numA)
asked
Sep 15, 2021
86.5k
views
3
votes
What is the output of this program? numA = 10 for count in range(5): numA = numA + 2 print (numA)
Computers and Technology
high-school
Didier Spezia
asked
by
Didier Spezia
7.8k
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
3
votes
Answer:
20
it runs the code 5 times, 10+2+2+2+2+2 basically. E.g 20
Hironori
answered
Sep 20, 2021
by
Hironori
8.6k
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
Jun 23, 2021
141k
views
What is missing in the following program? count = 0 1for numA < 3: count = count + 2 print(numA) answer:
MEric
asked
Jun 23, 2021
by
MEric
8.1k
points
Computers and Technology
high-school
2
answers
3
votes
141k
views
asked
Jul 22, 2021
186k
views
What is the output of this program? numA = 2 for count in range(5,8): numA= numA + count print(numA)
Anthony Brien
asked
Jul 22, 2021
by
Anthony Brien
7.9k
points
Computers and Technology
college
2
answers
5
votes
186k
views
asked
Jun 3, 2021
212k
views
NumA = 0 for count in range(4): answer = input ("Enter a number: ") fltAnswer = float(answer) numA = numA + fltAnswer print (numA) Output:
Fanda
asked
Jun 3, 2021
by
Fanda
7.6k
points
Computers and Technology
college
2
answers
4
votes
212k
views
Ask a Question
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.4m
questions
12.2m
answers
Other Questions
“What does it mean when we “rework” copyrighted material?”
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!
Explain why binary codes are used to represent characters, numbers and symbols :)
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search Qammunity