Got 5 ways to write a #python function with no body
def f():
"""docstring"""
def f():
...
def f():
pass
f =lambda:None
💻👻
April 13, 2024
Got 5 ways to write a #python function with no body
def f():
"""docstring"""
def f():
...
def f():
pass
f =lambda:None
💻👻