Q.16Find the output
forthefollowing:
str="Kendriyavidyalaya
Greater Noida"
print("Linel" str[19), end="#")
print("\t", str[4:7)
print(str*3. str[27:]), sep="***")
Answers
Answered by
0
Answer:
missing braces after str in both print statement
Similar questions