163k views
11 votes
What is the output?
str = 'abcdef
print(str[2:50)

User Lukmo
by
4.8k points

2 Answers

4 votes

Answer:

What is the output of print str if str = 'Hello World!'? A - Hello World! ... Q 18 - What is the output of print list[1:3] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?.

Step-by-step explanation:

User J Brun
by
4.8k points
5 votes

Answer:

What is the output of print str if str = 'Hello World!'? A - Hello World! ... Q 18 - What is the output of print list[1:3] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?.

Step-by-step explanation:

User Aleclofabbro
by
4.5k points