Giới thiệu sản phẩm
print("Hello, don't mind me am just checking ur grade..")
time.sleep(0.5)
subject1 = int(input("Sooo tell me what are your grade in math out of 10? "))
time.sleep(0.5)
subject2 = int(input("What about science out of 10? "))
time.sleep(0.5)
subject3 = int(input("And lastly computer out of 10? "))
time.sleep(0.5)
number1 = subject1
number2=subject2
number3=subject3
TotalScore = (subject3 + subject1 + subject2) % 3
if subject1 > 10 or subject2 > 10 or subject3 > 10:
print("Error you enter more than 10")
elif subject1 < 0 or subject2 < 0 or subject3 < 0:
print("Oh your so dumb u got a negative score?")
elif subject1 < 5:
print("Oh ur dumb at math lemme test do this caculation", number1, " + ", number2, " + ", number3, "/ 3")
time.sleep(0.5)
EnteredNumber = int(input("Answer: "))
if EnteredNumber == TotalScore:
time.sleep(0.5)
print("Oh so you do know how to do math, you got it right the score is ", TotalScore)
else:
time.sleep(0.5)
print("The Total score is ",TotalScore, " Yep ur dumb at math")
elif TotalScore > 8:
print("Wow ur smart")
Hình ảnh sản phẩm

Sản phẩm cùng tác giả
Sản phẩm liên quan
Không có sản phẩm nào
Đăng nhập để tham gia bình luận