Create 1 - Cubism.py

This commit is contained in:
Lukas Baumann 2021-02-18 09:55:20 +01:00 committed by GitHub
parent 24054816db
commit 3bda84ff7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
10/1 - Cubism.py Normal file
View File

@ -0,0 +1,2 @@
def cube(n):
return n**3