Skip to content

Instantly share code, notes, and snippets.

@h3ik0th
Created October 6, 2022 15:17
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 h3ik0th/698076d9f4ba2e81e28c5cd8d87c2250 to your computer and use it in GitHub Desktop.
Save h3ik0th/698076d9f4ba2e81e28c5cd8d87c2250 to your computer and use it in GitHub Desktop.
def myfunc2a(row):
x = (row["B"] + row["C"])**2
y = (row["B"] - row["C"])**2
z = (row["B"] - row["C"])**2
return [x, y,z]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment