Forum: Coder's Corner Lounge
Aug 25th, 2005, 10:43 PM
|
|
Replies: 31
Views: 908
|
Forum: Coder's Corner Lounge
Aug 25th, 2005, 9:43 PM
|
|
Replies: 31
Views: 908
|
Forum: Coder's Corner Lounge
Aug 25th, 2005, 7:35 PM
|
|
Replies: 31
Views: 908
|
Forum: Python
Aug 25th, 2005, 7:33 PM
|
|
Replies: 3
Views: 250
Thanks.
I knew I forgot something. Thanks a lot Ooble. :)
|
Forum: Python
Aug 25th, 2005, 7:22 PM
|
|
Replies: 3
Views: 250
Name foo not defined?
I'm making this program for making plans and saving them in the program itself. I
Here's the code.
print "Newsletter Plan Recorder"
import time
time.sleep(1)
print "To bring up previous made plans,...
|
Forum: Coder's Corner Lounge
Aug 25th, 2005, 5:58 PM
|
|
Replies: 31
Views: 908
|
Forum: Python
Aug 25th, 2005, 5:57 PM
|
|
Replies: 6
Views: 331
|
Forum: Python
Aug 7th, 2005, 4:58 PM
|
|
Replies: 6
Views: 331
|
Forum: Python
Aug 7th, 2005, 9:54 AM
|
|
Replies: 32
Views: 1,026
|
Forum: Python
Aug 6th, 2005, 9:04 PM
|
|
Replies: 32
Views: 1,026
|
Forum: Python
Jul 31st, 2005, 4:14 PM
|
|
Replies: 32
Views: 1,026
|
Forum: Python
Jul 31st, 2005, 10:08 AM
|
|
Replies: 32
Views: 1,026
|
Forum: Python
Jul 30th, 2005, 9:24 PM
|
|
Replies: 32
Views: 1,026
Aaargh.
Ok. Thanks. And one last small favor. The darn code:
str = input()
if foo == Radar:
print "Scanning"
sleep(10)
print "Area clear"
elif foo == Ignition:
print "Mixing fuels"
...
|
Forum: Python
Jul 30th, 2005, 7:41 PM
|
|
Replies: 32
Views: 1,026
|
Forum: Python
Jul 28th, 2005, 7:59 PM
|
|
Replies: 32
Views: 1,026
|
Forum: Python
Jul 27th, 2005, 8:29 PM
|
|
Replies: 32
Views: 1,026
|
Forum: Python
Jul 27th, 2005, 2:00 PM
|
|
Replies: 32
Views: 1,026
|
Forum: Python
Jul 27th, 2005, 1:28 PM
|
|
Replies: 32
Views: 1,026
Password Code Problem
Hi. I'm new. I'm trying to use a code to make my program password protected. It keeps saying:
while password != "abcddcba":
NameError: name 'password' is not defined
:confused:
Thanks.
|