Alpha_2006 2020-02-03 16:35 采纳率: 100%
浏览 2231
已采纳

TypeError: unsupported operand type(s) for +: 'method' and 'method'

程序代码如下:

import random
for i in range(1,11):
    a=random.randint
    b=random.randint
    right=0
    wrong=0
    print("题目:",a,"+",b)
    c=int(input("请输入结果:"))
    sum=a+b
    if sum==c:
        print("答案正确!")
        right=right+1
    elif sum!=c:
        print("答案错误,继续加油!")
        wrong=wrong+1
    else:
        print("请输入一个数字哟!")

    print("做对的题目数量:",right)
    print("做错的题目数量:",wrong)
    if wrong>2:
        print("正确率不是很高哦,继续加油!")
    if wrong==2:
        print("你的正确率是80%,还不错哦!")
    if wrong==1:
        print("Wow,你的正确率高达90%!真棒!")
    if wrong==0:
        print("哇塞,你的正确率竟然是100%!!太棒了!")

结果运行后出现Traceback:
Traceback (most recent call last):
File "C:......\加法习题.py", line 9, in module
sum=a+b
TypeError: unsupported operand type(s) for +: 'method' and 'method'

为什么呢?
我把"sum"改成字母也不行......
在线求解答......
谢谢!

  • 写回答

1条回答 默认 最新

  • threenewbee 2020-02-04 00:10
    关注
    a=random.randint
    b=random.randint
    

    ->
    a=random.randint(1,100)
    b=random.randint(1,100)

    问题解决的话,请点下采纳

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 vb net 使用 sendMessage 如何输入鼠标坐标
  • ¥200 求能开发抖音自动回复卡片的软件
  • ¥15 关于freesurfer使用freeview可视化的问题
  • ¥100 谁能在荣耀自带系统MagicOS版本下,隐藏手机桌面图标?
  • ¥15 求SC-LIWC词典!
  • ¥20 有关esp8266连接阿里云
  • ¥15 C# 调用Bartender打印机打印
  • ¥15 我这个代码哪里有问题 acm 平台上显示错误 90%,我自己运行好像没什么问题
  • ¥50 C#编程中使用printDocument类实现文字排版打印问题
  • ¥15 找会编程的帅哥美女 可以用MATLAB里面的simulink编程,用Keil5编也可以。