Computer Science, asked by jigyasagarg142, 5 months ago

Find the output of the following python program:-

p="India"
print(p+"delhi")

Answers

Answered by amruthak9945
1

Answer:

Indiadelhi is a output

Similar questions