Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 807 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 807 Bytes

AlgorihtmzHexa

A simple python program that accepts data inputs of any value and convert to hexadecimal 🚀

Run this simple lines of code in a python shell convert to hexadecimal

binary_string = "1010"

decimal_representation = int(binary_string, 2) hexadecimal_string = hex(decimal_representation)

print(hexadecimal_string)

Support

If you want to support the development of this app, feel free to sponsor me or buy me a coffee.

ko-fi

Copyright

This project has no license. That means you are not allowed to sell or distribute this app. All rights reserved. © 2023 Justice O. Amofa