Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created July 1, 2021 13:53
Show Gist options
  • Save quantra-go-algo/0b6adb838c555a1ffc46d2262c79573b to your computer and use it in GitHub Desktop.
Save quantra-go-algo/0b6adb838c555a1ffc46d2262c79573b to your computer and use it in GitHub Desktop.
# Python to calculate the square of number
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