

InterviewSolution
Saved Bookmarks
1. |
4444333221 Write a python programme for this pattern. |
Answer» #PythonProgramme<br>We write in python [ ∆∆¥€¢£π{°•°}^~✓✓✓©®]™The answer is in the form of4444 333 22 of the pattern[This is ?% working]*(* = #Terms and conditions apply)<br>For i in range(4,0,-1): For j in range(1,I+1): Print(i,end=" ") Print()<br>For i in range(1,5): For j in range(i,1,-1):Print()Print(i,end=" ") | |