List

“””
Write a program do the following:
– ask the user to enter number of students in the class
– create an empty list then fill by asking the user to enter the degree of each student in the class
– use python loops to calculate the number of failed and succeed students
– print students count, percent of failure and percent of success.
– print the degree of the first student in the class
– print the degree of the last student in the class
“””

12 Responses to “QUIZ”

  1. محمد سامي قاسم

    list=[]
    number=int(input(“enter list length”))
    print(“numbere”)
    for i in range(number):
    data=int(input())
    list.append(data)
    print(“list”,list)
    print(“degree of the first=”,max(list))
    print(“degree of the last =”,min(list))
    for i in list:

    if (i >= 50):
    print(“success=”, i)

    for i in list:
    if (i < 50):
    print("failure=", i)

  2. احمد خالد عبدالونيس ابراهيم

    student_count= int(input(‘Enter the number of the students : ‘))
    print (‘ The number of the students is’ + str(student_count)
    degrees=[]
    i=0
    while i <= student_count :
    s = float(input('Enter the student degrees : '))
    degrees.append(s)
    i += 1
    f = int(input("Enter the full mark : "))
    failed = []
    i = 0
    while i = f/2
    succeed.append(i)
    i += 1
    print(‘The number of succeed is ‘+str(len(succeed)))
    x = (len(failed) /f )*100
    y = (len(succeed) / f) *100
    print(“The present of failure is “+ str(x))
    print(“The present of success is “+ str(x))
    print(“The degree of the last student is ” + str(min(s)))
    print(“The degree of the first student is ” + str(max(s)))

  3. خالد رفعت على عقده

    List,-[] students_count_program
    student_count= int(input(‘Enter the number of the students : ‘))
    print (‘ The number of the students is’ + str(student_count)
    degrees=[]
    i=0
    while i <= student_count :
    s = float(input('Enter the student degrees : '))
    degrees.append(s)
    i += 1
    f = int(input("Enter the full mark : "))
    failed = []
    i = 0
    while i = f/2
    succeed.append(i)
    i += 1
    print(‘The number of succeed is ‘+str(len(succeed)))
    x = (len(failed) /f )*100
    y = (len(succeed) / f) *100
    print(“The present of failure is “+ str(x))
    print(“The present of success is “+ str(x))
    print(“The degree of the last student is ” + str(min(s)))
    print(“The degree of the first student is ” + str(max(s)))

  4. Aisha El-Galady

    import sys

    StudentsCount = input(“please Enter number of Students in class? “)
    arr = []
    failedSum =0
    successSum =0
    while len(arr) < int(StudentsCount):
    name = input("please Enter name of Student "+ str(len(arr)+1)+": ");
    degree = input("please Enter degree of Student " + str(len(arr)+1)+": ");
    arr.append({'class':1,'name':name,'degree':degree});

    for i in range(int(StudentsCount)):
    if int(arr[i]['degree']) 0:
    successSum =successSum +1;

    print(“Failed Count: “+ str(failedSum));
    print(“Success Count: “+str(successSum));
    Z = 100/(int(failedSum)+int(successSum))
    print(‘Percent of Failed: ‘+str(failedSum*Z)+’%’)
    print(‘Percent of Sucessed: ‘+str(successSum*Z)+’%’)
    print(“Degree of first Student: ” +arr[0][‘degree’])
    print(“Degree of Last Student: ” +arr[int(StudentsCount)-1][‘degree’])

  5. محمد مجدى السيد الديب

    number of students=int(input(“enter the number of students”))
    dgree=[]
    i=0
    while i<number of students:
    degre of student =float(input("entire the dgree of student "+str(i+1)":"))
    dgree.append(degree of student)
    i+=1
    print ("the dgree of student"+str(dgree of student))
    for dgree in range(0,49):
    print (len dgree fail)
    for dgree in range(50,100)
    print (len dgree succes)
    degree failure=len(dgree fail)/number of fail*100
    succes=len(dgree success)/number of succes*100
    print ("the persentage of failure"+str(dgree))
    print ("the persentage of success"+str(dgree))
    print ("degree of the Frist student is"+str(max(dgree of student))
    print("the dgree of last student is"+str(min(degree of sti))

  6. احمد محمود محمود رجب

    StudentsCount = int(input(“please Enter number of Students in class”))
    —————–
    ‏degrees = []
    ‏i = 0
    ‏while i < students_count:
    ‏ degree = float( input("enter degree of student number " + str(i) + " : ") )
    ‏ degress.append(deg)
    ‏ i += 1
    ——————–
    ‏successcount = 0
    ‏failcount = 0
    ‏for d in degress:
    ‏ if d thefirstdegree:
    ‏ thefirstdegree = d

    ‏ if d < thelastgegree:
    ‏ thelastdegree = d

    ‏print("degree of first student = " + str(first_degree))
    ‏print("degree of last student = " + str(last_degree))

  7. basant abdula mohamed

    (1)
    StudentsCount = int(input(“please Enter number of Students in class”))
    (2)

    ‏degrees = []
    ‏i = 0
    ‏while i < students_count:
    ‏ degree = float( input("enter degree of student number " + str(i) + " : ") )
    ‏ degrees.append(deg)
    ‏ i += 1
    (3)
    success_count = 0
    ‏fail_count = 0
    ‏for d in degress:
    ‏ if d thefirstdegree:
    ‏ the_first_degree = d

    ‏ if d < the_last_degree:
    ‏ the_last_degree = d

    ‏print("degree of first student = " + str(the_first_degree))
    ‏print("degree of last student = " + str(the_last_degree))

  8. ابوبكر فتحي محمد عبدالستار

    number=int(input(“enter list length”))
    print(“numbere”)
    for i in range(number):
    data=int(input())
    list.append(data)
    print(“list”,list)
    print(“degree of the first=”,max(list))
    print(“degree of the last =”,min(list))
    for i in list:

    if (i >= 50):
    print(“success=”, i)

    for i in list:
    if (i < 50):
    print("failure=", i)

  9. Kiaunliz

    kamagra 50mg

  10. Evram George Calib

    number=int(input(“enter list length”))
    print(“numbere”)
    for i in range(number):
    data=int(input())
    list.append(data)
    print(“list”,list)
    print(“degree of the first=”,max(list))
    print(“degree of the last =”,min(list))
    for i in list:
    if (i >= 50):
    print(“success=”, i)
    for i in list:
    if (i < 50):
    print("failure=")

  11. مصطفي ثروت محمد

    Studentsnum = int(input(“please Enter number of Students in the class”))
    ‏degree = []
    ‏i = 0
    ‏while i < studentsnum:
    ‏ degree = float( input("enter degree of student number " + str(i) + " : ") )
    ‏ degree.append(deg)
    ‏ i += 1
    success_count = 0
    ‏fail_count = 0
    ‏for d in degree:
    ‏ if d thefirstdegree:
    ‏ thefirstdegree = d

    ‏ if d < thelastdegree :
    ‏ thelastdegree = d
    ‏print("degree of first student = " + str(the_first_degree))
    ‏print("degree of last student = " + str(the_last_degree))

  12. gehad hassan ibrahim

    num =int(input(‘enter the student number’))
    degreelist = []
    greatestdegree = 0
    # print(‘inter your students degrees : ‘)
    for i in range(0,5) :
    studentdegree =float(input(‘enter the studentdegree’))
    degreelist.append(studentdegree)

    print(‘degreelist’)
    lowestdegree = degreelist[0]

    for studentdegree in degreelist :

    if studentdegree >= 50:
    print(‘the student who got’, studentdegree,’is pass’)
    else:
    print(‘the student who got’, studentdegree,’is fail’)

    if greatestdegree studentdegree:
    lowestdegree = studentdegree
    print(‘the frist student in the class:’,greatestdegree)
    print(‘the last studenet in the class:’,lowestdegree)

Leave a Reply

Your email address will not be published. Required fields are marked *

  Posts

1 3 4
November 4th, 2018

Quiz 1

من هو المالك الحقيقي للانترنت ؟ وماهي مراحل تطوير شبكة الانترنت ؟

November 4th, 2018

Lecture 1 what is the internet ?

تاريخ الإنترنت ظهرت فكرة الشبكة الحاسوبية للمرة الأولى خلال المرحلة البدائية من تطوير شبكة الاتصالات، حيث تكمن أهميتها في إتاحة […]

October 28th, 2018

Lecture 5 Computers Have Changed the World

The progress in Computer Science education, digital skills and opportunities that flow computing innovation in machine learning. Here are some […]

October 28th, 2018

Python examples

1- Write Python Program to Print Hello world! https://www.programiz.com/python-programming/examples/hello-world 2- Write Python Program to Add Two Numbers https://www.programiz.com/python-programming/examples/add-number 3- Write Python Program […]

October 24th, 2018

Lecture 3 & 4 ( Understanding Computer Systems)

operating system (OS) manages all of the software and hardware on the computer. Most of the time, there are several different computer programs running at […]

October 24th, 2018

Computer skills quiz 2

Click here
October 18th, 2018

Download Python

 السلام  عليكم ان شاء الله ده اللينك اللي تقدر تحمل من عليه برنامج البايثون بما يناسب نظام التشغيل الخاص بك […]

October 14th, 2018

Report ( python keyword-list )

يرجي تلخيص المحتوي الموجود في هذا اللينك التلخيص يكون بخط اليد https://www.programiz.com/python-programming/keyword-list

October 13th, 2018

Lecture 1& 2 final (Introduction to Computer Technology)

Computer A computer is an electronic device, operating under the control of instructions stored in its own memory that can […]

October 7th, 2018

ظاهرة التوحد

لوحظ مؤخرا أن التوحد  أثار جدل الكثير من العلماء والباحثين لكونه أصبح من أعقد الاضطرابات النمائية إلي الآن . بناءا علي […]

October 7th, 2018

Quiz chapter 1

Click here
October 1st, 2018

العلاقات العامه (Public Relation)

العلاقات العامه (Public Relation) بإختصار تعتبر واجهة أي شركة والممثل لها ؛ كونها لسان و سمعة الشركة في كل ما […]

September 30th, 2018

Lecture 2 Introduction to Computer Technology

Software Software is a generic term for organized collections of computer data and instructions, often broken into two major categories: […]

September 30th, 2018

نظام الساعات المعتمدة

لأى حد هيدرس بنظام الساعات المعتمدة Credit hours وال مش فاهمين النظام ولا ايه ال GPA وعاوز يفهم ايه النظام […]

September 28th, 2018

Quiz 1

What basic tools do you need to start programming? What command would you use for the following in bash (CLI)? […]

September 28th, 2018

Lecture 1 Introduction to Programming

Introduction to Programming If you work in a software development company as a non-programmer, you may wonder what the programmers […]

September 27th, 2018

  (interview مقابله عمل )  اجتماع بين شخص او اكثر يمثل المؤسسة او الشركة اللي عندها استعداد تعين حد ان […]

September 25th, 2018

How Computer and Information System Change our Life?

How Computer and Information System Change our Life?   write your answer in comment including your name (Arabic) (اكتب إجابتك […]

September 24th, 2018

Embedded systemالأنظمة المدمجة

(Embedded systemالأنظمة المدمجة) عبارة عن كمبيوتر صغير معمول عشان ينفذ تاسك واحده او مجموعة تاسكات الفرق ما بين embedded system […]

September 24th, 2018

هل هناك فرق بين الهندسه الكهربيه والهندسه الالكترونيه ؟

اولًا للاجابه عن السؤال هنعرف تعريف كلًا منهم .. اما عن الهندسة الكهربائية فهي أحد فروع علم الهندسة، والذي يختص […]

September 19th, 2018

quiz

Welcome to your Computer Skills Quiz 1 Your Name ID Your Mobile Email A computer is an electronic device ? [...]
September 19th, 2018

Lecture 1 Introduction to Computer Technology

Introduction to Computer Technology what is engineering ? course plan !  Functionalities of a Computer Computer Components Input Devices &  Output […]