We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f389df commit 5a4b7f5Copy full SHA for 5a4b7f5
1 file changed
teaching python/libraries/math library/to the power of.md
@@ -0,0 +1,7 @@
1
+if you want to do to the power of, just say math.pow()
2
+
3
+here is an example:
4
5
+
6
7
+this will say 3125.0 because 5 to the power of five is 3125
0 commit comments