20 Aug Wednesday Friday 15:00 Python Practice 20.08.19.
Question:
- Create a list called “attributes” , it contains “HP”, “Attack”, “Defense”, “Special Attack”, “Special Defense”, “Speed”
- Modify the list above, replace “Special Attack” and “Special Defense” with “Magic” and “Stamina”
- Add “Special skills” in the end of the list
- Delete “Speed” from the list.
- Insert “Special Attack” and “Special Defense” just before “Special skills”
No Comments