Forum: Python May 12th, 2006 |
| Replies: 4 Views: 2,095 Nevermind. My question wasn't good. You answered everything your first post. Thank you again for helping me finding out an awesome language and something I really enjoy learning and coding. |
Forum: Python May 11th, 2006 |
| Replies: 2 Views: 3,112 Yea I know that is not what it is for, but I just didn't know how to make a random integer. Thanks for the help though. |
Forum: Python May 10th, 2006 |
| Replies: 2 Views: 3,112 How do you rest your variable everytime your execute the program.
for x in range(1,100):
running = True
while running:
guess = int(raw_input("Enter an integer:"))
if guess ==... |
Forum: Python May 10th, 2006 |
| Replies: 4 Views: 2,095 Thank you very much. I appreciate your time, but I looked in the above thread 'Starting Python' and I still did not find out what the Python (command line). |
Forum: Python May 9th, 2006 |
| Replies: 4 Views: 2,095 Ok I am confused. I just started python and when I save my program that I edited in the IDE editor as for example helloworld.py I cannot run it when I click it. All it does it come up with a black... |