mirror of
https://github.com/octocat/Hello-World.git
synced 2026-06-22 11:27:49 +00:00
Add files via upload
This commit is contained in:
parent
7fd1a60b01
commit
1f0954cf46
1 changed files with 7 additions and 0 deletions
7
list-.py
Normal file
7
list-.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
prices = [100 ,200 ,300]
|
||||
|
||||
prices[0] = 222
|
||||
|
||||
print(prices[0])
|
||||
print(prices[1])
|
||||
print(prices[2])
|
||||
Loading…
Add table
Add a link
Reference in a new issue