write a program in python to print the pattern.
please do give the whole program code.
Irrelevant answers will be reported.
Attachments:
Answers
Answered by
1
Answer:
b = "10101"
a = "01010"
print(b)
print(a)
print(b)
print(a)
print(b)
Note:here I have made numerical value to a STRING
Similar questions