Live stream preview

Watch this video and more on Learn Career-Defining Technical Skills

Watch this video and more on Learn Career-Defining Technical Skills

Start your free trial

Already subscribed? Sign in

Simple Python Functions

Introduction to Python Programming • 6m 5s

Up Next in Introduction to Python Programming

  • Parameterized Functions

    We can send values to functions to be processed. These values are known as parameters. We'll work with parameterized functions in Python in this video.

  • Function Returns in Python

    To make functions very useful, we'll have our functions return values to the function call in this course segment.

  • Keyword Arguments

    Mark will show you how to make your function parameters clear with keyword arguments in this video.