Lecture 9: Lambda Functions, Tuples, and Lists

MIT 6.100L Introduction to CS and Programming using Python, Fall 2022
Instructor: Ana Bell
View the complete course: ocw.mit.edu/courses/6-100l-in...
KZread Playlist: • MIT 6.100L Introductio...
Prof. Bell discusses the variable types tuples and lists and how to use lambda functions. Lambda functions are useful when you need a simple function once. Tuples and lists are indexable sequences of objects.
License: Creative Commons BY-NC-SA
More information at ocw.mit.edu/terms
More courses at ocw.mit.edu
Support OCW at ow.ly/a1If50zVRlQ
We encourage constructive comments and discussion on OCW’s KZread and other social media channels. Personal attacks, hate speech, trolling, and inappropriate comments are not allowed and may be removed. More details at ocw.mit.edu/comments.

Пікірлер: 3

  • @muhammadwaqas4699
    @muhammadwaqas469910 күн бұрын

    All lectures are recorded previously uploaded recently. Good job

  • @louangenseka5173
    @louangenseka51739 күн бұрын

    I did not understand is_even. What's it ?

  • @keithdesouza8859

    @keithdesouza8859

    3 күн бұрын

    Checks if a number is even and returns True if it is even. otherwise it returns False