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}")
6.5m questions
8.6m answers