第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

TypeError:調(diào)用 print 時(shí),'str' 對(duì)象不可調(diào)用

TypeError:調(diào)用 print 時(shí),'str' 對(duì)象不可調(diào)用

炎炎設(shè)計(jì) 2022-07-26 09:28:14
每當(dāng)我運(yùn)行它時(shí),它會(huì)在 25% 到 50% 的時(shí)間里工作,我不知道為什么。以前我在使用 if 語(yǔ)句時(shí)遇到了麻煩,但這是一個(gè)我忘記的簡(jiǎn)單解決方法,但這讓我感到困惑,因?yàn)樗_實(shí)有效......有時(shí)。順便說(shuō)一句,這段代碼是在 repl.it 上制作和運(yùn)行的。編輯:我在最后添加了一個(gè)打印變量 rng 的部分,它說(shuō) typeError:'str' pbject is not callableimport randomrng=(random.randint(1,3))player=input("rock, paper, or scissors ")if player=="rock":  if rng==1:    print("paper covers your rock")  elif rng==2:    print=("both rock, tie")  elif rng==3:    print("your rock crushes scissors")  else:    print("error")elif player=="paper":  if rng==1:    print("both paper, tie")  elif rng==2:    print=("your paper covers rock")  elif rng==3:    print("scisors cut your paper")  else:    print("error")elif player=="scissors":  if rng==1:    print("your scissors cut paper")  elif rng==2:    print=("rock crushes your scissors")  elif rng==3:    print("both scissors, tie")  else:    print("error")else:  print("error")
查看完整描述

1 回答

?
楊魅力

TA貢獻(xiàn)1811條經(jīng)驗(yàn) 獲得超6個(gè)贊

在這條線上:

print=("rock crushes your scissors")

覆蓋的=print,將其轉(zhuǎn)換為字符串而不是函數(shù)。這會(huì)導(dǎo)致您的打印語(yǔ)句不打??!

所以,只需刪除=標(biāo)志。正如@chitown88 所指出的那樣,這個(gè)錯(cuò)字實(shí)際上在您的代碼中出現(xiàn)了三次。


查看完整回答
反對(duì) 回復(fù) 2022-07-26
  • 1 回答
  • 0 關(guān)注
  • 83 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)