101k views
21 votes
Write a python program to input a number and print it's square .​

User Foton
by
7.6k points

2 Answers

8 votes
number = int(input(“Enter a number“))
power = number ** 2
print power
User Aratata
by
6.5k points
8 votes

Answer:

I think its mx+b=c

Step-by-step explanation:

because um i really don't know but it's my best guess and go with it

User Pat Zabawa
by
7.6k points