add to gothib
This commit is contained in:
commit
523f45b46a
28 changed files with 419 additions and 0 deletions
13
trident.py
Normal file
13
trident.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
tines = int(input(""))
|
||||
spacing = int(input(""))
|
||||
handle = int(input(""))
|
||||
|
||||
for i in range(tines):
|
||||
print((("*" + " " * spacing) * 3).strip())
|
||||
|
||||
width = 3+(spacing*2)
|
||||
|
||||
print(("*" * width).strip())
|
||||
|
||||
for i in range(handle):
|
||||
print(" " * (width//2) + "*")
|
Loading…
Add table
Add a link
Reference in a new issue