This website requires JavaScript.
Explore
Help
Register
Sign In
kim_yubin
/
yubin_repository
Watch
1
Star
0
Fork
You've already forked yubin_repository
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f318e7e8af
yubin_repository
/
별(*) 생성기
11 lines
134 B
Plaintext
Raw
Blame
History
a=int(input("초기 '*'을 정하십시오. : "))
b=0
c="*"*a
t=0
while t<a:
d=' '
d=d*t
print(d+c[b:])
t+=1
b+=1
Reference in New Issue
View Git Blame
Copy Permalink