【438】Python 处理文件

2020-12-13 13:51

阅读:545

标签:href   adl   文件夹   空行   read   python   EDA   bug   读取   

1. 读取文件,计算 tweets 数目

  • python中readline判断文件读取结束的方法
    • line == ‘‘
  • python:如何检查一行是否为空行
    • line == ‘\n‘ or line == ‘\r\n‘

2. 读取文件夹内部所有文件

 

【438】Python 处理文件

标签:href   adl   文件夹   空行   read   python   EDA   bug   读取   

原文地址:https://www.cnblogs.com/alex-bn-lee/p/11541210.html


评论


亲,登录后才可以留言!