Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how to print a number of basis=2 to a basis=8

0 votes
asked Oct 27, 2019 by yasmin rezaie (120 points)

1 Answer

0 votes
answered Oct 28, 2019 by Isaddora Freitas (140 points)
coloque com as possibilidades por exemplo

if 111 == 7

base8 = 111

    print(" tranformando as bases serĂ¡ {}".format(base8))
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...