摘要:
1 #python 字典实现类似c的switch 2 3 def print_hi(): 4 print('hi') 5 6 def print_hello(): 7 print('hello') 8 9 def print_goodbye(): 10 print('goodbye') 11 12 choice = int(input('plea... 阅读全文
posted @ 2016-03-02 14:25
Andy_963
阅读(596)
评论(0)
推荐(0)
浙公网安备 33010602011771号