22 Jan Monday 19:00 Python Practice – 23.01.16
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”
Sorry, the comment form is closed at this time.