View Single Post
10-06-20, 07:24 PM   #1
TransformedBG
A Fallenroot Satyr
Join Date: Oct 2010
Posts: 23
lists with variables?

is there a way to put a variable into a list? my brain aint working today...


ie:

Code:
some_list = {}
some_list["whatevre"] = {
"something something something " (some variable) " sometihng something.",
....
}
I mean other than a global variable thats made before it.. but if i wanted that variable to change more frequently.
  Reply With Quote