我为我的人类体育课做了关于肝脏的短文冒险.
链接:http://pastebin.com/QYkn5VuU
#SUPER LIVER ADVENTURE 12!
from sys import exit
from random import randint
quips = ["Welcome!",
"have a wonderful day",
"Livers are cool!",
"this text was chosen at random",
"Writen in python",
"woo, splash text!",
"Notch loves ez!",
"Almost dragon free!"]
print quips [randint (0, len(quips) -1)]
def first_thing () :
print "You are a liver, congratulations! You should do some liver stuff now."
print "Here comes some blood, what should you do?"
filterblood = raw_input …Run Code Online (Sandbox Code Playgroud)