Hey guys this is a simple python code I started, I'm probably not the first person, but if you have any question just ask and I'll answer(if I can)
*Hope this is in the right section.*Code:print 4+9*4 print "Thats the secret number" def Hi (): print "You've just entred a Phoenix Wright Case" print "You would like PW or Edgey?" answer = raw_input("Type Pw or Edgey and hit enter'.") if answer == "PW" or answer== "pw" or answer== "Pw": print "Correct Answer!" elif answer == "Edgey" or answer=="edgey" or answer=="EDGEY": print "Wrong answer Try again." Hi() else: print "You didn't pick,Try again." Hi() Hi()





)
Reply With Quote




