Skip to content

Instantly share code, notes, and snippets.

@talreg
Created August 21, 2020 13:21
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 talreg/5562948bddac61d6b262004d390e1e4a to your computer and use it in GitHub Desktop.
Save talreg/5562948bddac61d6b262004d390e1e4a to your computer and use it in GitHub Desktop.
if(
param1>param2 and
param2>param3 and
param4>0
):
return "ok"
return "not ok"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment