Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created October 16, 2021 07:08
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/9493a8791f68a9f7e64c6a54a2c320f9 to your computer and use it in GitHub Desktop.
Save fatosmorina/9493a8791f68a9f7e64c6a54a2c320f9 to your computer and use it in GitHub Desktop.
july_earnings = 2000
august_earnings = 1000
september_earnings = 3000
third_quarter_earnings = [july_earnings > 4000, august_earnings > 4000,
september_earnings > 4000]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment