mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 12:51:01 -04:00
2 lines
42 B
Python
2 lines
42 B
Python
def add_one(number):
|
|
return number + 1 |