Computer Science, asked by prernarockzz, 7 months ago

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 da4729204
2

Answer:

.

1.Pythonis fun

2.PythonisFun

3. Python is fun!!!

Similar questions