We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cb122 commit bae16bdCopy full SHA for bae16bd
1 file changed
src/get_num_square.py
@@ -12,4 +12,4 @@
12
num = 1
13
14
# to set output, print to shell in following syntax
15
-print(f"::set-output name=num_squared::{num^2}")
+print(f"::set-output name=num_squared::{num ** 2}")
0 commit comments