+ 2

What's something that most people don't know about Python, but should?

22nd Jul 2017, 1:15 AM
Erik Johanson
Erik Johanson - avatar
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.
22nd Jul 2017, 6:19 AM
Sapphire
+ 5
Pythons are non-toxic insects
22nd Jul 2017, 2:08 AM
TheAtito
TheAtito - avatar
+ 1
Does that make it a Sea-Snake?
22nd Jul 2017, 2:08 AM
Jim Tully
Jim Tully - avatar
0
I would say that it is made in C ^^ But there are lots of things I do not know about python
22nd Jul 2017, 1:50 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar