Re: [Tutor] Can anyone help me?

2005-10-28 Thread Mark Brown
nge(6): while True: draw = random.choice(range(1,50)) if not(numbers.count(draw)): numbers.append(draw) break print numbers elif q == '2': break else: print "Read the in

[Tutor] Web Calendar written in Python

2005-05-04 Thread Mark Brown
Does anyone know of a Web Calendar written in Python? TIA Mark ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Negative IF conditions

2005-02-11 Thread Mark Brown
Hi, I'm a newbie and was wondering which of these IF conditions is better structure: if not os.path.exists('filename'): if os.path.exists('filename') == False: They both work so if one preferred over the other? Thanks Mark Brown

[Tutor] Test

2005-02-01 Thread Mark Brown
Test, please disregard. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor