import math  
  
print(math.fabs(-2.1))  
print(math.fabs(-0.0))  
print(math.fabs(10.1))  
print(math.fabs(0.0))

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2021-07-27
  • 2021-12-22
  • 2022-12-23
  • 2021-07-01
猜你喜欢
  • 2022-01-31
  • 2021-06-09
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
相关资源
相似解决方案