python - How do I make a code from this on pyscripter? Can anyone help me -


my algorithm

this algorithm me coding i'm new , i'm sorry i'm not taught on subject. can learn soon

typically, likes see you've tried.

my suggestion put each of questions in function. here's simple code guide you:

def question1():     answer = getanswer("question text") #fixme     if answer: question5()     else: question2()  #etc  #fixme: inputs... question1() 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -