이게 문젠데 내 코딩은
month = input()
print "Amount spent each week(1 ~ 4):"
o = input()
t = input()
th = input()
f = input()
total = o+t+th+f
avg = total/30
print "* This month :",month
print "* Total =",total
print "* Avg =",avg
이건데 도대체 왜 계속 틀리다고 뜰까??
이게 문젠데 내 코딩은
month = input()
print "Amount spent each week(1 ~ 4):"
o = input()
t = input()
th = input()
f = input()
total = o+t+th+f
avg = total/30
print "* This month :",month
print "* Total =",total
print "* Avg =",avg
이건데 도대체 왜 계속 틀리다고 뜰까??
댓글 0