Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 372 Bytes

File metadata and controls

18 lines (8 loc) · 372 Bytes

plp_python_week1_assignment

Features of this program:

  1. Takes two numbers as input (converted to float for decimal support)
  2. Takes an operation symbol (+, -, *, /)
  3. Performs the requested calculation
  4. Handles division by zero error
  5. Provides clear output showing the operation and result
  6. Gives appropriate error messages for invalid operations