Computer Science, asked by rajavardhini708, 5 months ago

what will be the output of the given python program ?
strl1="welcome"
strl2="to school"
strl3=STR[:4]+str2[Len(str2)-3]
print (str3)​

Answers

Answered by Luckydancer950
1

Answer:

Answer:welcome to schoolthis is the output of the program. ... str3= str1[:2]+str2[len(str2)-2:) print(str3). 2. See answers.

Answered by Uglyyonkiboi
0

Answer:

strl3= For studying and learning maners

Similar questions