File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def get_ans(self, questions_list):
9696 SearchError ("Search Failed" , "Try connecting to the internet" )
9797 sys .exit ()
9898 json_ques_data = resp .json ()
99- """
99+ """
100100 Store the received questions data into the following data format:
101101 list( list( question_title, question_link, question_id ) )
102102 """
@@ -163,7 +163,7 @@ def get_ans(self, questions_list):
163163
164164 console .rule ("[bold blue]" , style = "bold red" , align = "right" )
165165 # Asks the user for next question number. Makes it the active question and loop restarts
166- while True :
166+ while True :
167167 posx = int (input ("Enter the question number you want to view (Press 0 to quit): " )) - 1
168168 if (posx == - 1 ):
169169 return
You can’t perform that action at this time.
0 commit comments