此代碼有什麼問題?TypeError:無法連接'str'和'builtin_function_or_method'對象
def welcome(name):
print "congrats! You created your first Python bank account"+ name
print "Hello welcome to the Python bank Account"
print"To begin please enter your name"
name=raw_input
welcome(name)
'名稱=的raw_input( )' – 2013-04-26 16:28:38
這是爲了我們的測驗嗎?否則,您會向我們提供您的預期和您實際得到的內容...... – glglgl 2013-04-26 16:30:05
它不會創建_real_銀行帳戶 – 2013-04-26 16:30:15