+ 2
Int and input
for serving the sentence int ext = int (input ( "example"))
3 Answers
+ 1
'ext' is the variable name.
you are getting input from the user by using input() function
finally you are doing type conversion using Int() function.
you are just converting the user input to integer
through int() function
finally the value user input gets stored in variable 'ext'
0
Please, be more specific. Explain what your trying to do.
0
thanks