fork download
  1. drink=input("what beverage do you drink for breakfast?")
  2. print("I perfer ",drink,)
  3. extinct=input("how many extinct animais can you fight from the dead?I can fight")
  4. print("Well I can fight 10 times more than ", extinct, "exinct animmals")
  5. earlist=input("when earlist you ever woken up?the earlist is I can do")
  6. print(earlist)
  7. underwear=input("how many underwears can u wear at once")
  8. print(underwear)
  9. zombie=input("how many days can u survive a zombie appocalise I can survive")
  10. print (zombie)
Success #stdin #stdout 0.09s 14148KB
stdin
   water
    none
    At 5 AM
   3 underwears at once
      0 days
stdout
what beverage do you drink for breakfast?I perfer     water
how many extinct animais can you fight from the dead?I can fightWell I can fight 10 times more than      none exinct animmals
when earlist you ever woken up?the earlist is I can do    At 5 AM
how many underwears can u wear at once   3 underwears at once
how many days can u survive a zombie appocalise I can survive      0 days