Forum: Python Jul 7th, 2006 |
| Replies: 11 Views: 4,206 Thanks very much, bumsfeld. Now I've learned a few things! :D I'm now reading about lambda functions, and having a hard time with it, but hopefully I'll fully understand with a bit more reading.
... |
Forum: Python Jul 7th, 2006 |
| Replies: 11 Views: 4,206 That's very odd. o_0. Works just fine on my OS (Linux) but I'll try it on a Windows machine when I have a little time. Thanks for listening to me ramble :D |
Forum: Python Jul 6th, 2006 |
| Replies: 11 Views: 4,206 I managed to fix it. Not sure how :D
from Tkinter import *
import tkMessageBox
import random
import string
def ask():
global num1 |
Forum: Python Jul 6th, 2006 |
| Replies: 11 Views: 4,206 Hi there,
My niece often asks me to quiz her on her times tables, so I thought I'd spare myself any further effort and write a program to ask her random multiplication questions. I used Tkinter... |
Forum: Python Jul 2nd, 2006 |
| Replies: 8 Views: 4,957 Logo is definitely a neat little language. I introduced it to my nieces last week using KTurtle, and they loved it! |