crear pishing a facebook
# Functions can return a value Python 3.7.1 (default, Dec 14 2018, 13:28:58) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or "license" for more information. >>> def add(a, b): ... return a + b ... >>> add(1, 2) 3 >>>