Computer Science, asked by mukulsony8125, 9 days ago

Write a program display following pattern I IN IND INDI INDIA

Answers

Answered by TheKitabiKeeda
1

Answer:

print('IN')

print('IND')

print('INDI')

print('INDIA')

#I am a beginner I don't know how to do these using loops so please accept this for now.

Similar questions