| |
|
|
| 28 Dec 2013 08:27 PM |
| Maybe it is because there are 2 "a" variables? |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2013 08:29 PM |
Nah its just in my output window this is what it says logging probability 0.74864955595569 not logging
and then it says autosaving with my ip on it |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2013 08:32 PM |
Apple = 1
Apple2 = Apple + 2
print(Apple2)
Hmm? |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Dec 2013 08:35 PM |
These are proper codes, I don't understand...
apple = 1
orange = 2
print(apple+orange)
Hmmmm? |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2013 08:39 PM |
This is what I get
My ip - Auto-Saving... |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Dec 2013 09:26 PM |
well, you don't have to set "a" a second time... try
a = 1
print(a + 1)
If that's not the approach you're looking for, the script you posted would ordinarily work fine. I don't see what the problem is.
Outfoxing Foxes |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2013 09:49 PM |
> My ip - Auto-Saving...
That's not your IP, it's the current time, btw. |
|
|
| Report Abuse |
|
|
domorox17
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1710 |
|
|
| 28 Dec 2013 09:50 PM |
the first script shouldnt fail. it is simply reseting a to a new value
|
|
|
| Report Abuse |
|
|
|
| 28 Dec 2013 09:50 PM |
| How are you trying to run this script? If you're not running it via the command bar, try running it there. |
|
|
| Report Abuse |
|
|
domorox17
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1710 |
|
|
| 28 Dec 2013 09:52 PM |
| running it in a script should work fine. he simply must hit the green play button |
|
|
| Report Abuse |
|
|