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

Default Parameters

Introduction to Python Programming • 2m 7s

Up Next in Introduction to Python Programming

  • Lambda Functions

    Lambda functions are anonymous functions designed to run only once. In this section, you'll learn to create lambda functions.

  • Python Lists

    Python data structures give you different ways of storing data. In this video, you'll learn to create and manipulate Python lists.

  • Python Tuples

    Tuples are similar to lists, but they are immutable. You'll learn to create tuples in this video.