check = True
counter = 100
while check and counter > 0:
counter -= 1
…
if int(answer) != int(count):
connection.close
…
check = False
if check:
print("У тебя получилось !!!\n") def reg1():
os.system("explorer C:/Users/evamo/Documents/")def reg1():
os.system("start explorer C:/Users/evamo/Documents/")select *
from INFORMATION_SCHEMA.COLUMNS
where TABLE_NAME='tableName'