[Tutor] Some error that you may find funny but I can't fix.

2016-01-09 Thread Lawrence Lorenzo
Hey, I am very new to the ways of python and am currently experiencing this error. This program is just a novice project set by my school to create an adventure game however I am having issues with being able to set skill points (500) to the users desired skills. Here is what I have done and

Re: [Tutor] Some error that you may find funny but I can't fix.

2016-01-09 Thread Lawrence Lorenzo
To: Steven D'Aprano> Date: Sun, 10 Jan 2016 00:59:18 +1100> From: st...@pearwood.info> To: tutor@python.org> CC: mcshiz...@hotmail.co.uk> Subject: Re: [Tutor] Some error that you may find funny but I can't fix.> > Hi Lawrence, and welcome!> > > On Sat, Jan 09,

[Tutor] Python error that you may find funny but I don't get. :)

2016-01-09 Thread Lawrence Lorenzo
Hey, I am very new to the ways of python and am currently experiencing this error. This program is just a novice project set by my school to create an adventure game however I am having issues with being able to set skill points (500) to the users desired skills. Here is what I have done and the

[Tutor] (no subject)

2016-01-10 Thread Lawrence Lorenzo
import randomimport timeimport math #the player and NPC class.class char(object): #character attributesdef __init__(self, name, health, attack, rng, magic, speed):self.name = nameself.health = healthself.attack = attackself.speed = rngself.magic = magi

[Tutor] Finding the max value from a dictionary that does not exceed a variable's value.

2016-01-30 Thread Lawrence Lorenzo
The problem I am facing is commented in the code. Thanks for any help in advance.===#15 Change Return Program #The user enters a cost and then the amount of money given. You should write a