Convert Decimal to Octal in Python using Recursion in python

前端 未结 0 738
面向向阳花
面向向阳花 2021-01-12 19:09

How do I convert a decimal into an octal without using loops and global variables? Also how do I do it by only using one parameter (the decimal itself)

def fu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题