Computer Science (Year 8)
Data Storage
How do you store multiple pieces of information in Python?
Use a list or multiple variables.
Use one variable only.
Use print().
Use input().
Next