Python AttributeError when trying to open files from a list

前端 未结 0 675
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 08:57

I run this code:

#! /usr/bin/env python3

import os
import requests
import csv
import glob

file_path = \'data/feedback\'

def feedback_file_list(path):
    r         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题