Write a program to print the following pattern
1
3 1
5 3 1
7 5 3 1
9 7 5 3 1
Answers
Answered by
2
string='1'
pattern =string + 2
print pattern
pattern =string + 2
print pattern
Answered by
14
Answer:
Output
1
3 1
5 3 1
7 5 3 1
9 7 5 3 1
Attachments:
Similar questions
Social Sciences,
6 months ago
English,
6 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago
Biology,
1 year ago
Science,
1 year ago