Skip to content
Discussion options

You must be logged in to vote

The value assigned to ROTATE is a dictionary. That consists of a sequence of key:value pairs.
ROTATE.keys() returns the list of keys. ROTATE][key] retrieves the value of the respective key:value pair. For more information about dictionaries please consult any Python book.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@MeghansUncle2
Comment options

Answer selected by MeghansUncle2
Comment options

You must be logged in to vote
4 replies
@MeghansUncle2
Comment options

@MeghansUncle2
Comment options

@bulletmark
Comment options

@MeghansUncle2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants