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 bde5935 commit 300fe4aCopy full SHA for 300fe4a
Codes/calculator.py
@@ -26,7 +26,7 @@ def remainder(m,n):
26
b = int(b) # This line converts whatever is stored in b to INTEGER Type and assigns that value to b again.
27
28
#SO simply put, int function converts variables to INTEGER data type
29
-# And similiarly, there is an str() function which converts variables to STRING data type
+# And similiarly, there is a str() function which converts variables to STRING data type
30
31
print("\n\nResults!")
32
0 commit comments