Skip to content

Commit ba49845

Browse files
authored
Update __init__.py
1 parent 06a7e23 commit ba49845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def exercice(valeur):
99
etoiles = ''
1010
for j in range(valeur):
1111
for i in range(valeur-j):
12-
etoiles += 'o'
12+
etoiles += ' '
1313
for k in range(j+1):
1414
etoiles += '*'
1515
etoiles += '<br>'

0 commit comments

Comments
 (0)