menu
Qamnty
Login
Register
My account
Edit my Profile
Private messages
My favorites
What is the output? numB = 25 while numB > 13: numB = numB - 5 print(numB) Output:
Ask a Question
Questions
Unanswered
Tags
Ask a Question
What is the output? numB = 25 while numB > 13: numB = numB - 5 print(numB) Output:
asked
Jun 10, 2021
147k
views
4
votes
What is the output?
numB = 25
while numB > 13:
numB = numB - 5
print(numB)
Output:
Computers & Tech
college
GLee
asked
by
GLee
8.0k
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
5
votes
Answer:
The answer is 10
Step-by-step explanation:
i got it right on the assignment
Olav Kokovkin
answered
Jun 16, 2021
by
Olav Kokovkin
8.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
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 & Tech
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 & Tech
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 & Tech
high-school
2
answers
2
votes
218k
views
Ask a Question
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.
Categories
All categories
Mathematics
(3.7m)
History
(955k)
English
(903k)
Biology
(716k)
Chemistry
(440k)
Physics
(405k)
Social Studies
(564k)
Advanced Placement
(27.5k)
SAT
(19.1k)
Geography
(146k)
Health
(283k)
Arts
(107k)
Business
(468k)
Computers & Tech
(195k)
French
(33.9k)
German
(4.9k)
Spanish
(174k)
Medicine
(125k)
Law
(53.4k)
Engineering
(74.2k)
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!
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search Qamnty