Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need help (easy question)
#1
I started python last week and I tried to do an code which helped me to calculate my grades but it isn't working can someone tell me whats wrong with it?
Thank you.

PYTHON colab3
Reply
#2
post your code here, in python tags. If you get any traceback - post it in full in error tags
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
sps = input("sps 4 üzerinden:")
al = input("al 4 üzerinden:")

sps= sps*25
al= al*25 

dil = (sps*0.4) + (al*0.6)
print("dil puanın ",dil,".",sep="")

Not = input("4 üzerinden ortalaman:")

Not = Not *25

erasmus = (Not)/2 + (dil)/2

print("Erasmus puanın ",erasmus,".",sep="")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Super easy beginner question AkulaLA 3 3,246 Nov-07-2019, 03:42 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020