hey guys..a very simple question but I just cant seem to figure it out....
I want to record a number from the user into an Int
but using something like....
number : int = input("blah")
gives me an error saying cannot convert from string to int..
would I have to actually convert it from a string? seems pretty long winded to me.
I want to record a number from the user into an Int
but using something like....
number : int = input("blah")
gives me an error saying cannot convert from string to int..
would I have to actually convert it from a string? seems pretty long winded to me.