Answer: Here you go, change it however you like :)
Step-by-step explanation:
num1 = int(input("Enter a number: "))
num2 = int(input("Enter a number: "))
print(f"square root of num1: {num1**0.5}")
print(f"square root of num2: {num2**0.5}")
5.2m questions
6.7m answers