From 3bda84ff7c41e2887e8b2d8bafe09a0194a07bc5 Mon Sep 17 00:00:00 2001 From: Lukas Baumann Date: Thu, 18 Feb 2021 09:55:20 +0100 Subject: [PATCH] Create 1 - Cubism.py --- 10/1 - Cubism.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 10/1 - Cubism.py diff --git a/10/1 - Cubism.py b/10/1 - Cubism.py new file mode 100644 index 0000000..9032fb7 --- /dev/null +++ b/10/1 - Cubism.py @@ -0,0 +1,2 @@ +def cube(n): + return n**3