Skip to content

Commit bae16bd

Browse files
author
Akshay Kalia
committed
return square
1 parent 32cb122 commit bae16bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/get_num_square.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
num = 1
1313

1414
# to set output, print to shell in following syntax
15-
print(f"::set-output name=num_squared::{num^2}")
15+
print(f"::set-output name=num_squared::{num ** 2}")

0 commit comments

Comments
 (0)