Should I use "camel case" or underscores in Python?
So which is better and why?
def my_function():
or
def myFunction():
← Назад к списку