如何在這種情況下使用函數。這些選項的功能(Python)
我想要做的是當
1,將允許用戶輸入一個數字,以節省
2,將允許用戶以減少保存的號碼
3-將使用戶查看儲存數
這是我當前的代碼:輸入
print '1. Add \n2. Remove \n3. View'
x = raw_input('ur choice:')
'1' 時:
if x == '1':
print 'you have:'
add = raw_input('how many do you want to add:')
print '1. Add \n2. Remove \n3. View'
如果 '2' 進入:
if x == '2':
print 'you have:'
remove = raw_input ('How many do you want to remove:')
print '1. Add \n2. Remove \n3. View'
和如果輸入3:
if x == '3':
print 'Total:'
什麼是你想通過把這個代碼到功能實現,你的避風港如果它已經有效,請說明問題。 – W1ll1amvl 2014-09-05 19:47:57