Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created July 1, 2021 13:56
Show Gist options
  • Save quantra-go-algo/20f066b18a49bd03de466baae2de22ef to your computer and use it in GitHub Desktop.
Save quantra-go-algo/20f066b18a49bd03de466baae2de22ef to your computer and use it in GitHub Desktop.
# Removing the indent
num = 8
num_sq = num ** 2
print (num_sq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment