性夜影院午夜看片,无码精品久久一区二区三区,婷婷成人丁香五月综合激情,校园春色 qvod,性调教室高h学校

if?語句【每日一個(gè)知識點(diǎn)第350期-Python】

if?語句

也許最有名的是?if?語句。例如:

>>> x = int(input("Please enter an integer: "))
Please enter an integer: 42
>>> if x < 0:
...      x = 0
...      print('Negative changed to zero')
... elif x == 0:
...      print('Zero')
... elif x == 1:
...      print('Single')
... else:
...      print('More')
...
More

可能會(huì)有零到多個(gè)?elif?部分,else?是可選的。關(guān)鍵字 ‘elif’ 是 ’else if’ 的縮寫,這個(gè)可以有效地避免過深的縮進(jìn)。if?…?elif?…?elif?… 序列用于替代其它語言中的 swtich 或 case 語句。

相關(guān)新聞

歷經(jīng)多年發(fā)展,已成為國內(nèi)好評如潮的Linux云計(jì)算運(yùn)維、SRE、Devops、網(wǎng)絡(luò)安全、云原生、Go、Python開發(fā)專業(yè)人才培訓(xùn)機(jī)構(gòu)!