Pop quiz on lambda functions
In this exercise, you will practice writing a simple lambda function and calling this function. Recall what you know about lambda functions and answer the following questions:
- How would you write a lambda function
add_bangsthat adds three exclamation points'!!!'to the end of a stringa? - How would you call
add_bangswith the argument'hello'?
You may use the IPython shell to test your code.
Latihan ini adalah bagian dari kursus
Introduction to Functions in Python
Latihan interaktif praktis
Ubah teori menjadi tindakan dengan salah satu latihan interaktif kami.
Mulai berolahraga