10-19-2009, 09:32 AM
(10-19-2009, 09:24 AM)NinjaGeek Wrote: Change the line to
Code:print "You won by colour! Profit: ", rnwoncash
In Python you get a problem when you use "+" with 2 different types of data, since your var "rnwoncash" is integer you can't use "+" to add it to your string...
thanks for the quick respone i will change it.