Thread
:
Dice Game error HELP plz
View Single Post
Jun 11th, 2006, 1:30 AM
#
5
titaniumdecoy
Expert Programmer
Join Date: Nov 2005
Posts: 930
Rep Power:
4
You could convert the humanScore int to a string using str(x) instead:
(
Toggle Plain Text
)
print usrname + "'s final score is " + str(humanScore)
print usrname + "'s final score is " + str(humanScore)
titaniumdecoy
View Public Profile
Visit titaniumdecoy's homepage!
Find More Posts by titaniumdecoy