Thread
:
Dice Game error HELP plz
View Single Post
Jun 10th, 2006, 9:59 PM
#
2
jaeusm
Programmer
Join Date: Feb 2006
Location: Columbus, OH
Posts: 84
Rep Power:
3
First, use code tags for posting code.
Second, use a format specifier to display the int in a string.
(
Toggle Plain Text
)
print usrname + "'s final score is %d" % humanScore
print usrname + "'s final score is %d" % humanScore
jaeusm
View Public Profile
Find More Posts by jaeusm