之前網路上看到if 和for一行寫法
今天Google找了一下,發現找不到東西
KeyWord:if for one line | if for one statement
最後在Python3文件找到Expressions
Conditional Expressions有點像ternary operatorprint("True" if True else False
)
以前常見的ternary operatorecho "True" ? True:False
Generator expressions