wap to input a two digit number and find the square of the number
Answers
Answered by
0
Explanation:
question to bata. please mark brain list
Answered by
1
print(f"Square: ", (n := int(input("enter num: "))) * n)
Similar questions