We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d3e3c commit 10caf84Copy full SHA for 10caf84
Basic_Maths.py
@@ -53,7 +53,7 @@ def TakingRoots(x,y,ResultDialog):
53
global result
54
result=x ** (1/y)
55
print("{3} {0} ** (1/{1}) = {2}". format(x,y,result,ResultDialog))
56
-def SqaureRoot(x):
+def SqaureRoot(x,ResultDialog):
57
x=x
58
59
result=x ** (1/2)
0 commit comments