前言:
control flow可以选择性输出数据
如:
def clinic():
print "You've just entered the clinic!"
print "Do you take the door on the left or the right?"
control flow可以选择性输出数据
如:
def clinic():
print "You've just entered the clinic!"
print "Do you take the door on the left or the right?"