Giới thiệu sản phẩm

s = k = d = e =0

for i in range (1,11):
    x = (input('Enter your name: '))
    y = int(input('Enter your math grade: '))
    z = int(input('Enter your value grade: ') )
    v = int(input('Enter your computer grade: '))
    averageS = ( y + z +v)/3
    print("your average grade is: ", averageS)
    if (averageS >= 8):
        k+= 1
        print("You did a great job")
    elif (s >= 5.5) and (s <= 7.9):
        d += 1
        print('Nice at least you pass')
    else: 
        e += 1
        print('you can do better than this, I know you can')
print('the total of Good student is: ', k)
print('the total of average student is: ', d)
print("the total of didn't make it student is: ", e)
Hình ảnh sản phẩm
Hãy bình luận để nhặt 100 thóc nhé

Đăng nhập để tham gia bình luận

Thông tin tác giả

Địa vị cộng đồng: Nông dân

Sản phẩm liên quan

    Không có sản phẩm nào

Bạn muốn thử làm game không?