Update convert_any_base.py

This commit is contained in:
bt3gl 2023-07-30 15:56:37 -07:00 committed by GitHub
parent 737898f55d
commit c87740bc66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# author: bt3gl
def convert_to_any_base(base: int, num: int) -> str:
if num == 0: