xxxx217 2022-03-26 02:57 采纳率: 75%
浏览 35
已结题

在Person类的基础上实现派生类Student与向量加减乘除三个维度的实现。

请在Person类的基础上实现派生类Student,在学生类中增加新的SetInfo和ShowInfo方法,实现学生信息的输入和显示。
向量加法(add)、减法(sub)、乘法(mul,multiply n)、除法(div,divide by n)三个维度的实现。(类实现)
运算结果如图

img

img

  • 写回答

3条回答 默认 最新

  • 关注
    
    class Person(object):
        def __init__(self):
            self.__name = '1'     # 姓名
            self.__age = '18'      # 年龄
            self.__sex = '男'
            self.__major='计算机'
    class Student( Person):
    
        def SetInfo(self, name, age, sex,major):
            self.__name = name     # 姓名
            self.__age = age       # 年龄
            self.__sex = sex
            self.__major=major
        def ShowInfo(self):
            print(self.__name+" "+self.__age+" "+self.__sex+" "+self.__major)
    
    stu = Student()
    n=input("please input the name of student:")
    a=input("please input the age of student:")
    s=input("please input the sex of student:")
    m=input("please input the major of student:")
    stu.SetInfo(n,a,s,m)
    stu.ShowInfo()
    

    第二个

    l1=[]
    l2=[]
    l1=input('the first vect:').split(',')
    l2=input('the second vect:').split(',')
    n=input('the n:')
    print('the result is:',end="")
    for i in range(len(l1)):
        print(str(int(l1[i])+int(l2[i])),end=" ")
    print()
    print('the result is:',end="")
    for i in range(len(l1)):
        print(str(int(l1[i])-int(l2[i])),end=" ")
    print()
    print('the result is:',end="")
    for i in range(len(l1)):
        print(str(int(l1[i])*int(n)),end=" ")
    print()
    print('the result is:',end="")
    for i in range(len(l1)):
        print(str(int(l1[i])/int(n)),end=" ")
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录
查看更多回答(2条)

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 4月2日
  • 已采纳回答 3月26日
  • 创建了问题 3月26日

悬赏问题

  • ¥15 求帮我调试一下freefem代码
  • ¥15 R语言Rstudio突然无法启动
  • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像
  • ¥15 改算法,照着压缩包里边,参考其他代码封装的格式 写到main函数里
  • ¥15 用windows做服务的同志有吗
  • ¥60 求一个简单的网页(标签-安全|关键词-上传)
  • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图