Added missing files and removed unnessesary ones
This commit is contained in:
6
Python/pyton_test/task2.py
Normal file
6
Python/pyton_test/task2.py
Normal file
@ -0,0 +1,6 @@
|
||||
a = [12, 34, 542, 63653, 635, 635, 20]
|
||||
|
||||
for id, i in enumerate(a):
|
||||
if i == 20:
|
||||
a[id] = 200
|
||||
break
|
Reference in New Issue
Block a user