1. 程式人生 > >Python的if....else

Python的if....else

分享圖片 com pytho 真的 .com pri 技術 python int

a = 5
b = a ==1
if b:
print("說明a是1")
print("說明a真的是1")
else:
print("說明a不是1")

print("程序結束")

技術分享圖片

Python的if....else