Question: Question 21 Find the output of the following given python expression. Not yet answered Marked out of 3.00 P Flag question a='Toyota print(a[2:3]) print(a[1:43) print(a[3:])
![Not yet answered Marked out of 3.00 P Flag question a='Toyota print(a[2:3])](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f45a0669a58_86266f45a0604dec.jpg)
Question 21 Find the output of the following given python expression. Not yet answered Marked out of 3.00 P Flag question a='Toyota print(a[2:3]) print(a[1:43) print(a[3:]) Answer: Question 22 Find the output of the following given python expression Not yet answered Marked out of 2.00 Flag question a=(1,3,5,7] b=[4,5,7,8,9] C=a+b print(c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
