mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Delete python script
This commit is contained in:
parent
4bb24614e9
commit
0045b3be87
@ -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()
|
Loading…
Reference in New Issue
Block a user