Python program that has a class named Student that stores the student name, roll number, and marks

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ค. 2020
  • Python program that has a class named Student that stores the student name, roll number, and marks in three subjects
    Write a Python program that has a class named Student that stores the student name, roll number, and marks in three subjects. Display the student information (Roll No, Name and Total Marks scored)
    Program using Constructors: www.vtupulse.com/python-progr...
    Web Notes: www.vtupulse.com/python-progr...
    Python Tutorial: www.vtupulse.com/python-progr...
    17CS664
    18CS752

ความคิดเห็น • 18

  • @pramodkumaryadav5875
    @pramodkumaryadav5875 3 ปีที่แล้ว +1

    Great sir ❤️

  • @REB_frost
    @REB_frost 5 หลายเดือนก่อน

    Nice, thanks, instead of appending, u can just put student.marks = [m1, m2, m3]

  • @suryavardhan696
    @suryavardhan696 3 ปีที่แล้ว +1

    Sir here if I want to create multiple instances like s1,s2,s3 .. then what is the changes how it takes

  • @careereducation3444
    @careereducation3444 ปีที่แล้ว

    Write a function that takes 2 arguments, a list of tuples and a string containing the name
    of a department. Each tuple in the string will contain the name, department and
    registration number of a student. The function should output the names and registration
    numbers of all students in the list whose department matches the string argument. The
    output should be displayed one student per line, sorted by registration number, in a neatly
    formatted table. If there are no matches an appropriate message should be output. what is the code for this?

  • @learntosurvive444
    @learntosurvive444 3 ปีที่แล้ว +3

    sir kindly include grades portion

  • @navyan8324
    @navyan8324 3 ปีที่แล้ว +2

    good morning sir ,nicely u explained,,same program i did it in pycharm there is no error but output is not showing.why sir

    • @notapro661
      @notapro661 3 ปีที่แล้ว

      Try it in python idle!

  • @subjectsaholic4138
    @subjectsaholic4138 ปีที่แล้ว

    Thank You sir

    • @MaheshHuddar
      @MaheshHuddar  ปีที่แล้ว

      Welcome
      Do like share and subscribe

  • @Ramyarocks5
    @Ramyarocks5 ปีที่แล้ว

    Suppose we have 5 students how to extend students sir?
    Syntax please:...

  • @afraaljafari9982
    @afraaljafari9982 3 ปีที่แล้ว

    Is that in java or other programs

  • @notapro661
    @notapro661 3 ปีที่แล้ว

    Sir which software is this??

  • @ariskhant2491
    @ariskhant2491 3 ปีที่แล้ว +3

    Can u show me how to do in python idle

  • @rajjadav4681
    @rajjadav4681 ปีที่แล้ว

    I want those student whose marks > 65%.