Exercise: Pass or Fail in One Line

Write a single conditional expression that sets result to 'pass' when score is at least 60, and to 'fail' otherwise.
Python
Setting up Python environment...
Output