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

1,132 Comments

  1. UpvoteRocket is the #1 automated voting service for private MMORPG servers. Climb toplist rankings on XtremeTop100, TopG, GTop100 with smart undetectable automation. Ragnarok, WoW, Mu Online & 20+ platforms supported. Pay only for delivered votes.

  2. united kingdom poker deluxe 2, yukon gold club royale casino sidney mt
    (Robby)
    news and usa free bingo prize, or usa online casinos free play

  3. best poker room in united states, canada gambling bill and state gambling revenue
    australia, or online real casino usa

    Also visit my webpage – keep what u win no deposit bonus,
    Sterling,

Leave a Reply

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