View Single Post
Old Jun 11th, 2006, 1:30 AM   #5
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 930
Rep Power: 4 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
You could convert the humanScore int to a string using str(x) instead:

print usrname + "'s final score is " + str(humanScore)
titaniumdecoy is offline   Reply With Quote