Q. Write a python program to print the following pattern:
6666
6666
6666
Class 9th
Subject Artificial Intelligence
Chapter Conditional Statements And Loops
Don't even try to post irrevalent answers otherwise your 10 answers will be deleted
Attachments:
Answers
Answered by
5
Answer:
Here is your program:
for x in range (1,4):
print(6666)
Similar questions