problem. A character string that represents the number n, a number b1 that represents the base on which the number n is written, and a number b2 that is the base to convert the number n. Such that 10 <= n <= 20000000 y 2 <= b1, b2 <= 16. Entry A character string that represents the number n, a number b1 that represents the base on which the number n is written, and a number b2 that is the base to convert the number n. Such that 10 <= n <= 20000000 and 2 <= b1, b2 <= 16. Departure The number n converted to the base b2 Examples Input Example 1 7562

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Python problem.

A character string that represents the number n, a number b1 that represents the base on which the number n is written, and a number b2 that is the base to convert the number n. Such that 10 <= n <= 20000000 y 2 <= b1, b2 <= 16.

Entry
A character string that represents the number n, a number b1 that represents the base on which the number n is written, and a number b2 that is the base to convert the number n. Such that 10 <= n <= 20000000 and 2 <= b1, b2 <= 16.

Departure
The number n converted to the base b2

Examples

Input Example 1

7562
10
2
Output Example 1

1110110001010

Input Example 2

7562
10
16
Output Example 2

1D8A

Input Example 3

34AF6519
16
2
Output Example 3

110100101011110110010100011001

Input Example 4

3854922
11
3
Output Example 4

110120111222122

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education