Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pattern
#python 3.5.2 def pattern(n): for i in range(1,n+1): k=i+1 if(i%2!=0) else i for g in range (k,n): if g>=k: print(end=" ") for j in range (0,k): if j==k-1: print("*") else: print("*",end=" ") n=10 pattern(n)
run
|
edit
|
history
|
help
0
HW5-solution
Task1.py
linked_lists_2
Email Validation
abc
Sum
repeat string
https://rextester.com/REAL13110
strong1
Add missing persons