Fixes unused variable errors in LGTM (#1746)

* Fixes unsed variable errors in LGTM

* Fixes integer check

* Fixes failing tests
This commit is contained in:
onlinejudge95
2020-02-11 13:59:09 +05:30
committed by GitHub
parent fde31c93a3
commit 7b7c1a0135
6 changed files with 25 additions and 39 deletions

View File

@ -29,9 +29,6 @@ def mixed_keyword(key="college", pt="UNIVERSITY"):
# print(temp)
alpha = []
modalpha = []
# modalpha.append(temp)
dic = dict()
c = 0
for i in range(65, 91):
t = chr(i)
alpha.append(t)