Examination Note Calculation Program
vize=input("Vize notunuzu giriniz: ")
final=input("Final notunuzu giriniz: ")
if (final<50):
print ("Dersten kaldınız.")
girdimi=raw_input("Bütünleme sınavına girdiniz mi?: ")
if (girdimi=='evet'):
butunleme=input("Bütünleme notunuzu giriniz: ")
if(butunleme<50):
print ("Dersten kaldın. Artık seneye geçersin.")
else:
hesapla=((vize)40/100)+((butunleme)60/100)
if (hesapla<50):
print ("Dersten kaldın. Artık seneye geçersin.")
else:
print ("Dersten ",hesapla," ortalamayla gectniz.")
else:
print("Seneye gecersin...")
else:
hesapla2=((vize)40/100)+((final)60/100)
print("Dersten ",hesapla2," ortalamayla gectiniz.")
Hello! Your post has been resteemed and upvoted by @ilovecoding because we love coding! Keep up good work! Consider upvoting this comment to support the @ilovecoding and increase your future rewards! ^_^ Steem On!
Reply !stop to disable the comment. Thanks!