We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff6f9f commit e692a4dCopy full SHA for e692a4d
pattern/1_1.py
@@ -1,6 +1,6 @@
1
n=int(input("enter a number: "))
2
for i in range(1,n+1):
3
- print('* '*i,sep=' ')
+ print('* '*i,sep='')
4
'''
5
output:
6
enter a number: 5
0 commit comments