Computer Science, asked by shaktimaanss9717, 9 months ago

Write a program to accept the names of three countries from the user and display the same

Answers

Answered by sidhant014
0

Answer:

x = input("enter name of first country : ")

y=input("enter name of second country :")

z = input("enter name of third country : ")

a=print(x)

b=print(y)

c=print(z)

please please mark me as brainliest please

Answered by riya0104
0
This program is for python:

Hope it helps u!!
If so then plz mark me as brainliest and thank me.

Have a good day!

(If u want explanation pls comment me, I will give you brief explanation)
Attachments:
Similar questions