recreation of absolute value finder not working as intended

前端 未结 0 991
难免孤独
难免孤独 2020-11-27 11:27

I have scripted a code that gives the absolute value of any number here is the code:

def absolute(num):
    numb = str(num)
    numb.replace("-",&qu         


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