joshuarauh commited on
Commit
28a408d
·
verified ·
1 Parent(s): fab49e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -435,6 +435,7 @@ STRICT REQUIREMENTS:
435
  - Use Abs() for absolute value (not abs())
436
  - Define functions using Function() class when needed
437
  - Include print statements for ALL calculations and results
 
438
  - Print intermediate steps and final answers
439
  - Print variable values after they are computed
440
  - Print expressions with labels on separate lines:
 
435
  - Use Abs() for absolute value (not abs())
436
  - Define functions using Function() class when needed
437
  - Include print statements for ALL calculations and results
438
+ - Use simple print statements instead of f-strings for SymPy expressions
439
  - Print intermediate steps and final answers
440
  - Print variable values after they are computed
441
  - Print expressions with labels on separate lines: