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