mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +08:00
Fixes unused variable errors in LGTM (#1746)
* Fixes unsed variable errors in LGTM * Fixes integer check * Fixes failing tests
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user