Computer Science, asked by gourmadhusingh2003, 11 days ago

why we write B at the End..​

Attachments:

Answers

Answered by adhitsaraf09
0

Answer:

# This Python program must be run with

# Python 3 as it won't work with 2.7.

# ends the output with a <space>

print("Welcome to" , end = ' ')

print("GeeksforGeeks", end = ' ')

Similar questions