This website requires JavaScript.
Explore
Help
Sign In
ada
/
csc-python-solutions
Watch
1
Star
0
Fork
0
You've already forked csc-python-solutions
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
46ddebe5c9
csc-python-solutions
/
10
/
1 - Cubism.py
Lukas Baumann
3bda84ff7c
Create 1 - Cubism.py
2021-02-18 09:55:20 +01:00
3 lines
28 B
Python
Raw
Blame
History
def
cube
(
n
)
:
return
n
*
*
3
Reference in New Issue
View Git Blame
Copy Permalink