Book Image

Sage Beginner's Guide

By : Craig Finch
1 (1)
Book Image

Sage Beginner's Guide

1 (1)
By: Craig Finch

Overview of this book

Table of Contents (17 chapters)
Sage Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Lambda forms


Sometimes you need to define a short, simple Python function. You can always use the def keyword to define the function and give it a name. You can also use the lambda keyword to define an anonymous function that consists of a single expression.