First
This commit is contained in:
5
Acara-10/nasted-loop.py
Executable file
5
Acara-10/nasted-loop.py
Executable file
@@ -0,0 +1,5 @@
|
||||
for baris in range(5):
|
||||
for kolom in range(7):
|
||||
print('*', end=' ')
|
||||
else :
|
||||
print('')
|
||||
Reference in New Issue
Block a user