List : List Assign : List PYTHON examples


PYTHON examples » List » List Assign »

 

List


List: assign by index
 

inventory = ["sword""armor""shield""healing potion"]

inventory[0"crossbow"

print inventory


           
         
  



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo List
» List Assign