Computer Science, asked by manjupandeys50, 6 months ago

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 murarijha1199
0

Answer:

missing braces after str in both print statement

Similar questions