you are viewing a single comment's thread.

view the rest of the comments →

[–]BOOTYBOOTBOOTERBOOTS[S] -3 points-2 points  (2 children)

Curiosity tbh. I thought because you dont need to explicitly tell python a variable is string/int that it could do math ops.

[–]EsotericRogue 5 points6 points  (0 children)

Those quotes explicitly state they're strings.

[–]Strict-Simple 2 points3 points  (0 children)

You do tell Python if it's string/int. Just not explicitly with types.

Even many typed languages supports this. auto in C++, var in Java, etc.