Post

@PythonPr Answer: B) 125
Explanation:
a is a string "123".
int(a) converts the string to an integer → 123.
Then b + 2 becomes 123 + 2, which equals 125.
English

@PythonPr 125 because you are converting the string to integer
English

@PythonPr La variable b asume el integer 2y la variable 12 en a ,es = 125
Español

@PythonPr lowkey fair take that's so real, i'm deadass trying to figure it out rn
English























