python 三元运算表达式如下:

a = "fa"
def bb():
  # 如果 a=fa,则返回Ture,否则返回False return True if a=='fa' else False c = bb() print(c)

  

相关文章:

  • 2022-02-07
  • 2021-10-13
  • 2021-08-10
  • 2022-12-23
  • 2022-02-05
猜你喜欢
  • 2021-12-18
  • 2021-11-14
  • 2021-10-23
  • 2022-12-23
  • 2021-10-03
相关资源
相似解决方案