14. What value is printed when this code runs? 'brontosaurus' word 2 diction 0 for letter in word: 4 if letter not in diction.keys (): diction [letter] = 0 5 diction [letter] += 1 6 print (diction.get('o', 0) + 4) A. 6 B. 4 C. 2 D. 10 def mystery (num_list): for num in num_list: if num < 0: return false else: 0 return True print (mystery ([3, -1, 2])) A. False B. True C. None 1 2 3 4 G D. It will not compile

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter5: Making Decisions
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

please solve question 14 python

13. Which of the following options will produce the same output?
1 output = "
2
vari = -2
var2 = 0
while var1 != 0:
varim
varl + 1
G
var2
var2 - 1
7
print ("vari: " + str(var1) + "var2 " + str(var2))
A. varl -2, var2 = 0
B. varl = 0, var2 = -1
C. varl = 0, var2 = -2
D. This is an infinite loop, so nothing will be printed
3
6
14. What value is printed when this code runs?
word = 'brontosaurus'
diction
(0)
for letter in word:
if letter not in diction.keys ():
diction [letter] = 0
diction [letter] += 1
0
print (diction.get('o', 0) + 4)
A. 6 B. 4 C. 2 D. 10
def mystery (num_list):
for num in num_list:
if num < 0:
return False
else:
G
return True
print (mystery ([3, -1, 2]))
A. False B. True C. None D. It will not compile
15. What is printed by the following statements?
1 s="python rocks"
2 print (s [7:11])
A. n rock B. rocks C. TypeError D. rock
16. What will be printed when the following code executes?
:def test (a, b = 5):
2
print (a, b)
test (-3)
A. -35 B. -3,5 C. -3, b D. a, b E. a, 5
3
4
5
3
3
4
G
Transcribed Image Text:13. Which of the following options will produce the same output? 1 output = " 2 vari = -2 var2 = 0 while var1 != 0: varim varl + 1 G var2 var2 - 1 7 print ("vari: " + str(var1) + "var2 " + str(var2)) A. varl -2, var2 = 0 B. varl = 0, var2 = -1 C. varl = 0, var2 = -2 D. This is an infinite loop, so nothing will be printed 3 6 14. What value is printed when this code runs? word = 'brontosaurus' diction (0) for letter in word: if letter not in diction.keys (): diction [letter] = 0 diction [letter] += 1 0 print (diction.get('o', 0) + 4) A. 6 B. 4 C. 2 D. 10 def mystery (num_list): for num in num_list: if num < 0: return False else: G return True print (mystery ([3, -1, 2])) A. False B. True C. None D. It will not compile 15. What is printed by the following statements? 1 s="python rocks" 2 print (s [7:11]) A. n rock B. rocks C. TypeError D. rock 16. What will be printed when the following code executes? :def test (a, b = 5): 2 print (a, b) test (-3) A. -35 B. -3,5 C. -3, b D. a, b E. a, 5 3 4 5 3 3 4 G
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Operations of Linked List
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,