erested in participating, please feel free to
email me Jillian at ucco...@microsoft.com
This study is for residents of the US only at this time. Thanks!
Jillian
User Research
--
http://mail.python.org/mailman/listinfo/python-list
Thanks, everyone. All of your help solved at least my data storage
problem!
--
http://mail.python.org/mailman/listinfo/python-list
Hi.
How do I define a 2d list?
For instance, to define a 4 by 5 list, I wanted to do this:
n=4
m=5
world = [n][m]
However, it gives me an invalid syntax error saying the index is out
of range.
I know this is a real newbie question, but if you could help me out,
I'd really appreciate it!
Thanks,