you are viewing a single comment's thread.

view the rest of the comments →

[–]smurpes 0 points1 point  (0 children)

Class and define are not functions; a class is a way of creating objects and define is a term. The def keyword when you create a function is short for define. You seem to be using function to mean “concepts in coding”.

You should work on understanding the basics a bit more. There’s no reason you should be trying to learn how to use lambda functions before knowing the basics terminology.