Forum: Python
Jun 16th, 2008, 5:22 PM
|
|
Replies: 1
Views: 282
Re: Few questions.
I couldn't find edit..
One more question. Is there a way to randomize, something like make it up-to X
or A or B?
|
Forum: Python
Jun 16th, 2008, 4:44 PM
|
|
Replies: 1
Views: 282
Few questions.
Yes, the title is inaccurate, but I just couldn't think of better.
Questions..
1. How can I save the current, well, 'a'
a = 5
input = input("enter a number: ")
a = a+input
So, how can I save the...
|