Tagged articles
1 articles
Page 1 of 1
AI Cyberspace
AI Cyberspace
Dec 28, 2017 · Fundamentals

What Happens When You Add True + True in Python?

This article explains how Python treats the Boolean type as a subclass of integer, demonstrates the results of arithmetic and augmented operations on True, and shows why assigning to True or False is allowed in Python 2 but prohibited in Python 3.

PythonPython 2 vs 3boolean
0 likes · 7 min read
What Happens When You Add True + True in Python?