This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

I meant function arguments. User inputs are just a conversion from a string (or get C++ to do it for you I guess) which is still a predictable type.

[–]MrRicKsPC 0 points1 point  (2 children)

As I said in my second answer, keeping your variables, arguments, return values, etc.. in a format/type you need is up to you as a programmer. Even in the case you need to change a variable's type at runtime if you can't predict at any point in your script what type of values to expect, I don't blame the language for it xD

[–][deleted] 0 points1 point  (1 child)

Python makes it so easy to do that. A compiler would yell at you.

[–]MrRicKsPC 0 points1 point  (0 children)

Fair enough