Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardPythoninterningSingle-choice MCQ5 views

What does this code print?

a, b = 256, 256\nc, d = 257, 257\nprint(a is b, c is d)