how to display line of text ending with y or Y in python code
Answers
Answered by
0
Answer:
print("Welcome to" , end = ' ')
print("GeeksforGeeks", end = ' '
Explanation:
rank me up
Similar questions