elif信息详情

elif发音

意思翻译

n.(Elif)人名;(俄)叶利夫

相似词语短语

substantively legal───实质上合法的

waittinthe well───小心点

caramel corn───焦糖爆米花

enjoy herself───玩得开心点

CelI phone───塞利电话

optical telescope───[光]光学望远镜

seldom if ever───如果有也是少见的,几乎从来不

shellfish rash───贝疹

be relax───放松点

melts my heart in spanish───用西班牙语融化我的心

双语使用场景

And then it has a strange thing called ELIF, which is simply short for else/if in a second test.───然后代码做了一个奇怪的,叫做ELIF的事情,也就是else/if的简写,这是第二个测试。

The elif statement is very convenient.───elif语句非常方便。

Possessed: Adventures with Russian Books and the People Who Read Them. By Elif Batuman.───着魔:与俄国著作及其读者一起历险》,艾丽芙•巴图曼著。

Once any one of the if or elif conditions is True, that section will run and all other elif or else sections will be skipped.───一旦if或者elif其中的任何一个的状态是True真,那个部分将会被运行并且其他所有的elif或者else部分将会被跳过。

The above "elif" form will consecutively test each condition and execute the action corresponding to the first true condition.───以上“elif”形式将连续测试每个条件,并执行符合第一个真条件的操作。

You can have as many elif sections as you need.───你可以根据你的需要拥有多个elif部分。

The result is an else if statement, which is shortened to elif, as demonstrated in Listing 6.───结果是一个elseif语句,简写为elif,如清单6所示。

英语使用场景

The result is an else if statement, which is shortened to elif, as demonstrated in Listing 6.