ciyuanwangcheng

导航

 

2020年11月8日

摘要: 1. python3中 用print('hello'),在这句代码执行完后会将hello缓存到内存中。 而用print('hello',flust=True),会将缓存中的hello直接显示在屏幕。2.python3中 sys.stdout.write('hello')和print('hello') 阅读全文
posted @ 2020-11-08 22:42 ciyuanwangcheng 阅读(556) 评论(0) 推荐(0)