I really enjoy it, i think its pretty fun ^_^
ive messed around with python some too, thanks to ubuntu lol
and i then i found out that the library has the shell installed YAY! lol
so if i go to the library:
Code:a,b = 0,1 while b > 10: print b a, b = b, a+b