** list **
list - ISPPY Wiki
# OVERVEIW
The list command allows the user to input a name and a value and have them saved to a list
# SYNTAX
To use the list command, type 'list(*Name*, *Value*)'
NOTE: If you imported using 'import Lang' then you have to do 'list(*Name*, *Value*)'
# HOW THIS IS ACCOMPLISHED IN PYTHON
This command is made by having a "function" with 2 input parameters, one for the name and
one for the value. The function saves the name and value inside of a dictonary called "list".
Next: Dictonaries
Go back home