Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 426 Bytes

File metadata and controls

21 lines (16 loc) · 426 Bytes

Student Performance System - Python Task

Overview

This project demonstrates a basic interactive Python program that handles user input dynamically.

Features

  • Check Pass/Fail based on marks
  • Calculate average marks
  • Menu-driven program
  • Uses loops and conditional statements

Concepts Demonstrated

  • input()
  • if-else
  • while loop
  • for loop
  • basic arithmetic operations

How to Run

python python_task.py