I'm trying to make a sports simulation program and so far everything has worked 
until I try entering:

Score1 = (Team1Off + Team2Def)/2

I get the error:

TypeError: unsupported operand type(s) for /: 'str' and 'int'

Can someone please explain to me what this means, why it doesn't work and what 
I 
can do to make it work?

 
Thanks,
Best Wishes,
Joe Shoulak



      
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to