You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you read numbers from command-line argumnets, make sure you convert them properly. In this example, we are expecting integers in the output, so the int() function is called to convert the string that is returned by input(). #string #input #stdin #typecast #commandline #argument