str1 = "hello" str2 = str1 if 1 < 2 else "hello2" # hello str2 = str1 if 1 > 2 else "hello2" # hello2
本文标题:Python 语法篇
本文链接:https://www.haomeiwen.com/subject/ddhtrctx.html
网友评论