You are viewing a single comment's thread. Return to all comments →
rawinput() function to take the input from user. int() is used to convert user input to integer value.
values of input() are always string. So to convert to integer , we use int().
Seems like cookies are disabled on this browser, please enable them to open this website
Python If-Else
You are viewing a single comment's thread. Return to all comments →
rawinput() function to take the input from user. int() is used to convert user input to integer value.
values of input() are always string. So to convert to integer , we use int().