could not find this question answered by search. I am trying to learn some Python and need your help this this function:
def roundtest():
i = round(raw_input("call a number: "), 2)
print i
My input & the error I get:
call a number: 1.2222
TypeError: a float is required
Thank you for your help