update V1

This commit is contained in:
ChUrl
2021-06-01 23:36:29 +02:00
parent 70b72e9bbc
commit 948a700dfd
4 changed files with 19 additions and 21 deletions

View File

@ -10,7 +10,6 @@ class Quiz(object):
question = tuple(string.strip() for string in tuple(line.split(" ")))
self.questions.append(question)
def __iter__(self):
def questions_gen(questions):
current = 0