with open('ttt.txt', 'w') as f:
    f.write('456.098909,9.090988,7.878765')
with open('ttt.txt', 'r') as f:
    print(f.read()=="")

 

相关文章:

  • 2022-01-14
  • 2021-08-14
  • 2021-12-03
  • 2021-10-18
  • 2021-07-15
  • 2021-12-28
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-23
  • 2021-11-06
  • 2021-08-24
  • 2021-06-07
相关资源
相似解决方案