Python: Fix Flake8 issue E712 + PEP8 variable naming

This commit is contained in:
Martin Thoma
2022-03-11 21:42:23 +01:00
parent 79c42ed907
commit 6dde69f274
8 changed files with 172 additions and 181 deletions

View File

@@ -81,7 +81,7 @@ class Stock_Market:
print("\nWHAT IS YOUR TRANSACTION IN")
flag = False
while flag != True:
while not flag:
new_holdings = []
for stock in self.data.keys():
try: