What is the default initial value of an integer variable in Python?
Names don't exist until bound. But the default int
:
>>> print int()
0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With