Computer Science, asked by navipk74v98, 3 months ago

Write a program to print the names of 5 countries and their capitals in different coloumns using /t and /n commands

Answers

Answered by pradeepr7654321
0

Answer:

print("Arunachal Pradesh \t- Itanagar\nAssam \t- Dispur\nBihar \t- Patna\nChhattisgarh \t- Atal Nagar\nGoa \t- Panaji")

Similar questions