Sterligova1987 / crypto
View external linksLinks

# 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)
54Jun 28, 2024Updated last year

Alternatives and similar repositories for crypto

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

Sorting:

Are these results useful?