点击运行
#!/usr/bin/python3 print ("abs(-45) : ", abs(-45)) print ("abs(100.12) : ", abs(100.12))
运行结果 :
正在执行...