python ""+int code example
Example 1: what does int do in python
#basically turns a string or a float into a number aka a integer
num = int("147")
Example 2: int[]
int[] array;
// is equivalent to
int array[];
Example 3: int() python
int(x=0, base=10)