Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

cons(a, b) constructs a pair, and car(pair) and cdr(pair) returns the first and last element of that pair. For example, car(cons(3, 4)) returns 3, and cdr(cons(3, 4)) returns 4.

Elegant Elk answered on May 31, 2022 Popularity 3/10 Helpfulness 8/10

Contents


More Related Answers

  • Consider a pair of integers, (a,b). The following operations can be performed on (a,b) in any order, zero or more times: - (a,b) -> ( a+b, b ) - (a,b) -> ( a, a+b )
  • 8. itertools.pairwise(): Get Tuples of Pairs Easily
  • the minimal abs sum of two for any pair of indices in this array.

  • cons(a, b) constructs a pair, and car(pair) and cdr(pair) returns the first and last element of that pair. For example, car(cons(3, 4)) returns 3, and cdr(cons(3, 4)) returns 4.

    1
    Popularity 3/10 Helpfulness 8/10 Language python
    Source: Grepper
    Tags: element python
    Link to this answer
    Share Copy Link
    Contributed on May 31 2022
    Elegant Elk
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.