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
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
0
Answer:
strl3= For studying and learning maners
Similar questions
Math,
2 months ago
Math,
2 months ago
Math,
5 months ago
English,
5 months ago
Social Sciences,
11 months ago