** Dictonaries **

Dictonaries - ISPPY Wiki

# OVERVEIW

The list command allows the user to input a name and a value and have them saved to a Dictonary


# SYNTAX

To use the list command, type 'Dictonaries(*Name*, *Value*)'

NOTE: If you imported using 'import Lang' then you have to do 'Dictonaries(*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 "Dictonaries".


Go back home