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 missing condition will give you the output shown? numB = 2 while _____: numB = numB + 3 print(numB) Output: 14 numB 10 numB > 12 numB < 10
asked
Nov 21, 2021
135k
views
4
votes
What missing condition will give you the output shown? numB = 2 while _____: numB = numB + 3 print(numB) Output: 14 numB 10 numB > 12 numB < 10
Computers and Technology
college
Lynden Noye
asked
by
Lynden Noye
7.5k
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:
A. numB < 12
Step-by-step explanation:
Correct answer edge 2020
Jie
answered
Nov 27, 2021
by
Jie
9.2k
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
Sep 21, 2024
129k
views
What will be the output? class num: def __init__(self,a): self.number = a def __add__(self,b): return self.number + 2 * b.number # main program numA = num(3) numB = num(2) result = numA + numB print(result)
Adrian Stanculescu
asked
Sep 21, 2024
by
Adrian Stanculescu
7.4k
points
Computers and Technology
high-school
1
answer
1
vote
129k
views
asked
Mar 24, 2024
134k
views
In the program below, which two variables have the same scope? def welcome(strName): greeting = "Hello " + strName length = len(strName) print (greeting, length) def average(numA, numB): sumNumbers = numA
Benjamin McFerren
asked
Mar 24, 2024
by
Benjamin McFerren
8.3k
points
Computers and Technology
college
2
answers
2
votes
134k
views
asked
Sep 18, 2024
218k
views
Use the code to complete the statement. def math(numA, numB): # Line 1 return numA ** numB # Line 2 print(math(2, 3)) # Line 3 The first line of code executed in this Python program is line A. Line 1 B.
Bryan Bende
asked
Sep 18, 2024
by
Bryan Bende
8.8k
points
Computers and Technology
high-school
2
answers
2
votes
218k
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
“What does it mean when we “rework” copyrighted material?”
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!
describe an advance in technology that makes life more enjoyable. what discoveries contribute to this technology?
Explain why binary codes are used to represent characters, numbers and symbols :)
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search QAmmunity.org