Nuances

Report a typo

What does the following code print?

print('1')
print()
print('b')

print('3')

a)

1

b

3

b)

1
b
3

c)

1

b
3

d)

1b
3
Select one option from the list
___

Create a free account to access the full topic