Kod:
#-*- coding:cp1254 -*-
""""
*******
******
****
***
**
*
"""
a=input("ne ka lazim:")
ab=range(1,a+1)
ab.reverse()
for i in ab:
print "*"*i
Son düzenleme:
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
#-*- coding:cp1254 -*-
""""
*******
******
****
***
**
*
"""
a=input("ne ka lazim:")
ab=range(1,a+1)
ab.reverse()
for i in ab:
print "*"*i
*****
****
***
**
*