Skip to content

Commit 300fe4a

Browse files
authored
Update calculator.py
1 parent bde5935 commit 300fe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Codes/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def remainder(m,n):
2626
b = int(b) # This line converts whatever is stored in b to INTEGER Type and assigns that value to b again.
2727

2828
#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
29+
# And similiarly, there is a str() function which converts variables to STRING data type
3030

3131
print("\n\nResults!")
3232

0 commit comments

Comments
 (0)