up
This commit is contained in:
parent
53a0eea46c
commit
251be35b3d
9
Fonctions/dentelle.py
Normal file
9
Fonctions/dentelle.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
def dentelle(caractere,longueur):
|
||||||
|
for loop in range(longueur):
|
||||||
|
print(caractere, end="")
|
||||||
|
print()
|
||||||
|
|
||||||
|
longueur = int(input())
|
||||||
|
dentelle("X",longueur)
|
||||||
|
dentelle("#",longueur)
|
||||||
|
dentelle("i",longueur)
|
Loading…
x
Reference in New Issue
Block a user