aa='tt'
print(not aa)
#表示 bb是空的 not 表示空
bb=''
print(not bb)

 

相关文章:

猜你喜欢
  • 2022-02-05
  • 2021-12-24
相关资源
相似解决方案