about | help | code help+videos | done | prefs |
Write a function that accepts two integers, a value (which is in decimal by default), and a new base. Return a string that is the representation of that value in the new base. dton(4096, 2) → '1000000000000' dton(4096, 4) → '1000000' dton(4096, 8) → '10000' ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy