+ 2
What's something that most people don't know about Python, but should?
4 Answers
+ 1
1. You can use an "else" clause with a for loop.
2. Everything in python is by reference, no pointers.
3. Python can define infinity (seriously)
>import math
>math.inf
4. The language Python is named after the Monty Pythonâs Flying Circus.
5. Python is 23 years old (1991) It is not a new language that suddenly appeared.
+ 5
Pythons are non-toxic insects
+ 1
Does that make it a Sea-Snake?
0
I would say that it is made in C ^^ But there are lots of things I do not know about python