运行以下Python程序段,其功能等价于Python中的( )。 A=int(input()) If a<0: print(-a) Else: print(a) A、abs(a)B、max(a)C、min(a)D、sqrt(a) 发布时间:2025-01-15 00:22:51