Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created October 16, 2021 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/e5b6794b4ec7c07dc19049ec846259c3 to your computer and use it in GitHub Desktop.
Save fatosmorina/e5b6794b4ec7c07dc19049ec846259c3 to your computer and use it in GitHub Desktop.
math_exam_points = 51
biology_exam_points = 78
physics_exam_points = 56
history_exam_points = 72
my_conditions = [math_exam_points > 50, biology_exam_points > 50,
physics_exam_points > 50, history_exam_points > 50]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment