Delete python script

This commit is contained in:
s-kat 2021-04-18 20:54:18 +03:00
parent 4bb24614e9
commit 0045b3be87

View File

@ -1,6 +0,0 @@
f = open("programming_freq.txt")
for i in f:
a = i.split()
if len(a) == 2 and a[0] == "//":
print(a[1])
f.close()