Run ID:116967

提交时间:2025-04-13 08:56:21

num = float(input("输入一个数:")) if num > 0: print("Yes") else: print("No")