News

print r.ourNumeric + r.ourInteger #Since we are adding a string and a float this will fail, unless we coerce the float to a string. #We do this via str() and then this command becomes a concatenation ...