Write the output of the following
print i) commands.
1. print ("Python", "is fun")
2.print ("Python", "Fun", Sep= "is")
3. print ('Python is fun", end -"!!!")
Answers
Answered by
2
Answer:
.
1.Pythonis fun
2.PythonisFun
3. Python is fun!!!
Similar questions