Repositories (1)

c3d-tensorflow
1 snippets stored for this repo
Python IconPython
zet = 1000
    reader = csv.reader(f)
    your_list = list(reader)
    bitch = []
    for i in range(len(your_list)):
        nums = your_list[i]
        for j in range(len(nums)-1):