Creating Functions

Created functions are user-defined functions. Thats means that the user created the function by him self and it is not provided by the program language or the environment. The syntax to create a functions is the following: def functionname( parameters ): „function_docstring“ function_suite1 function_suite2 … return [expression] functionname is the name of the function by …

Introduce Yourself (Example Post)

This is an example post, originally published as part of Blogging University. Enroll in one of our ten programs, and start your blog right. You’re going to publish a post today. Don’t worry about how your blog looks. Don’t worry if you haven’t given it a name yet, or you’re feeling overwhelmed. Just click the …

Erstelle eine Website wie diese mit WordPress.com
Jetzt starten