Skip to content

Commit

Permalink
python script to square 20
Browse files Browse the repository at this point in the history
  • Loading branch information
HM committed Mar 3, 2017
1 parent be909d8 commit 81607e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/my_square.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@


def my_square(x):
return (x**2)

print(my_square(20))

0 comments on commit 81607e4

Please sign in to comment.