标签: python
提示用户输入整数并打印其绝对值后,如何使用if语句将负输入整数转换为正整数。
答案 0 :(得分:0)
number是您的整数输入。
number
代码:
number = abs(number)