Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help please
#2
Give me a second and I'll try to give you an answer.

P.S. I think that 2.7 and 2.6 have the same syntax for the most part.
The only thing that would be a problem would be 2 to 3.

I think the problem is probably this part.
Code:
else initial > 150:
    a=initial-initial*.025 - .25
    b=a-.5
    c=b-initial*.065
    d=c-c*.029-.3
    print(d)
    time.sleep(100)

Replace that part with this.
Code:
else:
    a=initial-initial*.025 - .25
    b=a-.5
    c=b-initial*.065
    d=c-c*.029-.3
    print(d)
    time.sleep(100)
Reply


Messages In This Thread
Help please - by Nemmyy - 08-16-2010, 06:17 PM
RE: Help please - by Daniel Faraday - 08-16-2010, 07:03 PM
RE: Help please - by Nemmyy - 08-16-2010, 07:14 PM
RE: Help please - by Daniel Faraday - 08-16-2010, 07:16 PM
RE: Help please - by Nemmyy - 08-16-2010, 07:26 PM
RE: Help please - by Daniel Faraday - 08-16-2010, 07:27 PM
RE: Help please - by Nemmyy - 08-16-2010, 07:41 PM
RE: Help please - by Daniel Faraday - 08-16-2010, 07:54 PM
RE: Help please - by Nemmyy - 08-16-2010, 07:59 PM
RE: Help please - by Daniel Faraday - 08-16-2010, 08:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)