mirror of
https://github.com/house-of-vanity/fesmoo_perdoliq.git
synced 2025-08-21 16:17:15 +00:00
Now this shit can complete any test with 100%
This commit is contained in:
17
__app__.py
17
__app__.py
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user