Now this shit can complete any test with 100%

This commit is contained in:
Alexandr Bogomyakov
2018-05-04 21:40:50 +03:00
parent 5478ba03ad
commit 311b359129
4 changed files with 280 additions and 17 deletions

View File

@@ -1,11 +1,20 @@
from main import Main
username='4016014'
password='40201'
username = '4016014'
password = '40201'
app = Main(username, password)
app.auth()
app.get_tests()
print(app.start_test(3,0))
#print(app.start_test(3, 0))
while True:
q = input('Subj >>> ')
a = input('Test >>> ')
app.resolve(int(q),int(a))
#q = input('Q >>> ')
#a = input('A >>> ')
#z = [a]
#app.answer(q, z)