Respuesta :
Answer:
Try :
Semester_Fee = 8000.0
for x in range(1, 6):
  import decimal
  Semester_Fee = Semester_Fee + Semester_Fee *(3/(100*1.0))
  if x==1:
    print("In",x,"year, the tuition will be" ,'
Answer:
Try :
Semester_Fee = 8000.0
for x in range(1, 6):
  import decimal
  Semester_Fee = Semester_Fee + Semester_Fee *(3/(100*1.0))
  if x==1:
    print("In",x,"year, the tuition will be" ,'