I have seen many tutorials where they put pass
at the end of each function, example
func say_hello():
print("Hello")
pass
I would like to know what this means, I have programming knowledge, specifically in Python and according to me this has no function, I don't know if in Godot is different, but the amount of people I have seen doing it is considerable. I have applied tests by putting and removing the pass
but the result is the same, thanks in advance.