Sterligova1987 / crypto

# Python program to calculate square of a given number number = int(input("Enter a number: ")) square = number * number print("The square of", number, "is", square)
56Updated 6 months ago

Alternatives and similar repositories for crypto:

Users that are interested in crypto are comparing it to the libraries listed below