Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythoninterningSingle-choice MCQ2,965 views

What will this code print?

a = 256 b = 256 c = 257 d = 257 print(a is b, c is d)