Skip to content

Change numeric base using Python

Hello,

How to change the numeric base of a number? This is a implementation in Python.

[code lang=”python”]
def convert(decimal,newBase,str,letters):
if decimal >= newBase:
x = decimal % newBase
y = decimal / newBase
str = letters[x] + str
if y < newBase: str = letters[y] + str return convert(y,newBase,str,letters) else: if len(str) == 0: str = letters[decimal] + str return str let = "0123456789ABCDEF" print convert(17,16,"",let) [/code] The variable let means what values used in the base. For an example if you want binary you should replace with 01. Matheus

Published inAprendendopython

447 Comments

  1. slots no wagering uk, online pokies united states real money paypal and are there casinos in montreal united kingdom, or pokies open casino game
    in bangalore (Larue) south united states

  2. best online usa casinos, new zealandn online alon casino (Loren) sign up no deposit bonus and 100 no deposit bonus codes 2021 canada, or
    new zealandn online gambling pokies

  3. bouka spins no deposit bonus code, bouka pokies and free united statesn poker money, or free spins casino no deposit
    bonus united states

    Look into my web blog – things you need to play bingo (Bryant)

Leave a Reply

Your email address will not be published. Required fields are marked *