View Single Post
Old Jun 10th, 2006, 9:59 PM   #2
jaeusm
Programmer
 
jaeusm's Avatar
 
Join Date: Feb 2006
Location: Columbus, OH
Posts: 84
Rep Power: 3 jaeusm is on a distinguished road
First, use code tags for posting code.

Second, use a format specifier to display the int in a string.
print usrname + "'s final score is %d" % humanScore
jaeusm is offline   Reply With Quote