[Tutor] (no subject)

Peter Otten __peter__ at web.de
Sun Jan 10 13:42:19 EST 2016


Lawrence Lorenzo wrote:

> import randomimport timeimport math
> #the player and NPC class.class char(object): #character attributes    def
> #__init__(self, name, health, attack, rng, magic, speed):        self.name
> #= name        self.health = health        self.attack = attack       
> #self.speed = rng        self.magic = magic        self.speed

[snip]

> You have 500 skill points to spend on character development so use them
> wisely.There are 5 skills health, attack, range, magic and 

Hi Lawrence!

You have 500 goodwill points provided by those who help newbies on the tutor 
mailing list. Use them wisely by picking a proper subject line and sending 
the message body in plain text so that python code whose meaning depends 
heavily on its format can be read without tearing one's hear out.

Thank you.



More information about the Tutor mailing list