menu
Qammunity.org
Login
Register
My account
Edit my Profile
Private messages
My favorites
What is the output? answer = 0 for numB in [1,4] for numA in [2,3] answer = answer + numA + numB print (answer)
Ask a Question
Questions
Unanswered
Tags
Ask a Question
What is the output? answer = 0 for numB in [1,4] for numA in [2,3] answer = answer + numA + numB print (answer)
asked
Sep 20, 2021
122k
views
0
votes
What is the output?
answer = 0
for numB in [1,4]
for numA in [2,3]
answer = answer + numA + numB
print (answer)
Computers & Tech
high-school
Zayn Ali
asked
by
Zayn Ali
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.
2
Answers
6
votes
Answer:
its 20 edg 2021
Step-by-step explanation:
JeePakaJP
answered
Sep 23, 2021
by
JeePakaJP
7.2k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
4
votes
Answer:
20
Step-by-step explanation:
Helpa
answered
Sep 24, 2021
by
Helpa
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 QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.4m
questions
12.2m
answers
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?”
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
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search Qammunity.org