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
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,
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
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
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