May-03-2021, 08:01 PM
the function calls itself. that's recursion. when it unwinds it is going to complete the finishing steps for two pairs of questions in reverse order. so you can see the results of a previous input after the results of a later input. avoid recursion unless you have a specific need for it.
code that begins with "elif" is always suspect. there may be code we cannot see. that hidden code may have bugs in it.
code that begins with "elif" is always suspect. there may be code we cannot see. that hidden code may have bugs in it.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.