ghostmkg / programming-language

You write code in any programming language you want. And push the code.
33 stars 79 forks source link

Create binary_to_decimal.py #121

Open Roy-Shubhajit opened 4 hours ago

Roy-Shubhajit commented 4 hours ago

What does this PR do?

This pull request adds a Python script used for conversion from binary numbers to decimal numbers.

Test Plan

When the code is executed, the user will be prompted, asking for a binary number input.

Related PRs and Issues

This PR resolves issue #96

Have you read the Contributing Guidelines on issues?

Yes