Repositories (1)

Tools-Reverse-Engineering-
3 snippets stored for this repo
Python IconPython
uid = i['id']
        na = i['name']
        rana.append(uid + '|' + na)
        fuck.write(uid + '|' + na + '\n')
    
    fuck.close()
    my_line = file.readline()
Python IconPython
rana.append(uid + '|' + na)
        fuck.write(uid + '|' + na + '\n')
Python IconPython
z = json.loads(r.text)
    fuck = open('jok.txt', 'a')
    for i in z['data']: