subject

What is the output of executing the code segment?

a, b, c = false, true, false

if a or b:

print('a', end = ' ')

else:

print('b', end = ' ')

if not b:

print('c', end = ' ' )

elif c :

print('d', end = ' ' )

else:

print('e', end = ' ' )

print()

a) a e

b) b e

c) a

d) none of the above

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
The editing of digital photos us about the same level of difficulty as editing an analog photo
Answers: 2
question
Computers and Technology, 23.06.2019 18:00
What can a word user do with the customize ribbon dialog box? check all that apply. minimize the ribbon add a new tab to the ribbon remove a group from a tab add a group to a tab choose which styles appear choose which fonts appear choose tools to appear in a group
Answers: 1
question
Computers and Technology, 24.06.2019 01:30
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
question
Computers and Technology, 24.06.2019 10:50
In 2009 to 2010, how many social network users were reported as being victims of online abuse? a. 1 in 10 b. 100% c.1 in 100 d. 50%
Answers: 2
You know the right answer?
What is the output of executing the code segment?

a, b, c = false, true, false
Questions
Questions on the website: 13722360