First
This commit is contained in:
7
Acara-10/loop.py
Executable file
7
Acara-10/loop.py
Executable file
@@ -0,0 +1,7 @@
|
||||
angka = [1,2,3,4,5,6,7,8,9,10]
|
||||
jumlah = 0
|
||||
|
||||
for i in angka:
|
||||
jumlah = jumlah + i
|
||||
|
||||
print ('jumlah =', jumlah)
|
||||
Reference in New Issue
Block a user