7 lines
53 B
Python
7 lines
53 B
Python
|
def square(number):
|
||
|
pass
|
||
|
|
||
|
|
||
|
def total():
|
||
|
pass
|