what will be the output of the following:
#this is yes sample program
#print("such as")
print ("take every chance")
print ("drop every fear")
Answers
Answered by
0
Answer:
can't understand the question plzz clearly write this
Answered by
1
Answer:
Output:
such astake every chancedroup every fear
It is because it is print not println so the cursor remain in the same line...
Similar questions