Advertisements
Advertisements
प्रश्न
What will be the output of the given python program?
str1 = "welcome"
str2 = "to school"
str3=str1[:2]+str2[len(str2)-2:]
print(str3)
लघु उत्तर
उत्तर
output:
weol
shaalaa.com
Programs Using Strings
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?