x = int(input()). if x > 0: print(x). else: print(-x) ... To sum up, the conditional statement in Python has the following syntax: if condition : true-block ...
確定! 回上一頁