• #Your School has following rules for grading system.
    mark= float(input("Enter your mark here: "))
    if(mark >=90 and mark <=100):
    print ("Your Grade is A*")
    elif(mark >=80 and mark <=89):
    print("Your Grade is A")
    elif(mark >=70 and mark <=79):
    print("Your Grade is B")
    elif(mark >=60 and mark <=69):
    print("Your Grade is C")
    elif(mark >=50 and mark <=59):
    print("Your Grade is D")
    elif(mark >=40 and mark <=49):
    print("Your Grade is E")
    elif(mark >=0 and mark <=39):
    print("Your Grade is A")
    else:
    print("Your Grade is Invalid")
    #Your School has following rules for grading system. mark= float(input("Enter your mark here: ")) if(mark >=90 and mark <=100): print ("Your Grade is A*") elif(mark >=80 and mark <=89): print("Your Grade is A") elif(mark >=70 and mark <=79): print("Your Grade is B") elif(mark >=60 and mark <=69): print("Your Grade is C") elif(mark >=50 and mark <=59): print("Your Grade is D") elif(mark >=40 and mark <=49): print("Your Grade is E") elif(mark >=0 and mark <=39): print("Your Grade is A") else: print("Your Grade is Invalid")
    Like
    1
    0 Comments 0 Shares 3593 Views
  • The time was early 2018, this time was the best time of my life, I miss this time very much, also, I miss all my friends and all my class teachers. I don't know if you remember me or not, but I still love you all, and I will always love your

    The time was early 2018, this time was the best time of my life, I miss this time very much, also, I miss all my friends and all my class teachers. I don't know if you remember me or not, but I still love you all, and I will always love your
    0 Comments 0 Shares 5891 Views