Dcoder icon

Binary to Decimal @ Dcoder

By Lochard | As a newbie programmer | 31 May 2023


Problem: Write a code which converts a binary number (written as string) into a decimal number.

Input: Input is a binary number.

Output: The output is a decimal number.(interger value)

Constraints: The binary number is non-negative and the resultant decimal number is an integer.

Sample Input: 101

Sample Output: 

5

print(int(input(), 2))

How do you rate this article?

1


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.