Dcodef icon

The bit flipper @ Dcoder

By Lochard | As a newbie programmer | 2 Jun 2023


Problem: You are given a binary number, you just need to flip each and every bit of it ie. 1 turns to 0 and 0 turns to 1.

Input: Input contains a binary number.

Output: Print the flipped binary number.

Constraints: The binary number can be any binary number of 0 bit to 32 bit.

Sample Input: 11100110101

Sample Output: 

00011001010

[print('10'[int(i)], end='') for i in input()]

How do you rate this article?

0


Lochard
Lochard

20240228 Arrived in the UK for about 2 week. All my fears persist. Some are even getting worse. https://github.com/locharp/asylum_diary/


As a newbie programmer
As a newbie programmer

Sharing entry level codes. My snippets on GitHub https://github.com/locharp/code-snippets

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.