Created
August 21, 2020 13:21
-
-
Save talreg/5562948bddac61d6b262004d390e1e4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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