This tutorial will teach you Student Marks Calculation System Using python console application.in order to calculate the grade using following condition
Input student marks to calculating the total,grade. the grade is awared as “Pass” when the average is more than 50.otherwise grade is fail.
marks1 = int(input("Enter Your Marks 1 ")) marks2 = int(input("Enter Your Marks 2 ")) marks3 = int(input("Enter Your Marks 3 ")) tot = marks1 + marks2 + marks3 print(tot) avg = tot/3 print(avg) if(avg > 50 ) : print("Pass") else : print("Fail")
It's like having a super-smart buddy that is always there to help you write stories,…
The UK is known for its rich history, diverse culture, and most of all its…
Do you have a plan for your next holiday? Being aware of the Bank Holidays within the…
The world is rapidly changing of software development AI-assisted tools for coding have become the main focus. As…
Google Gemini AI is among the top talked about developments. What exactly is it? What…
As the need for AI content undetectable humanization software skyrockets with more and more AI…