Meaning int function
What does int function mean? Below you find one meaning for the word int function You can also add a definition of int function yourself

1

0 Thumbs up   0 Thumbs down

int function


The 'int' function accepts one value as an argument and attempts to convert that value into a integer. If successful it will return a finteger. For example: a = "5" # string b = int(a) # b is an integer
Source: cims.nyu.edu




<< input function Backround >>