+ 4
What is Python Casting ?
Hello Ducks. If I am right, it is transforming a variable from int > str or float > int and so on... ?
1 ответ
+ 2
That is correct, type casting is explicitly changing a variables type or converting it from one type to another 👍👍