Welcome t o DrRacket , version 5. 3. 6 [ 3m] . Language: I nt ...Welcome t o DrRacket , version 5....

2
Welcome to D r R a c k e t , version 5.3.6 [3m]. Language: Intermediate Student with lambda; memory limit: 1024 MB. > (crop-top ) crop-top: expects 2 arguments, but found only 1 > (crop-top 100 ) crop-top: expected <image> as first argument, given: 100 > (crop-top 100) > (image-height ) 134 > (/ 134 2) 67 > (crop-top 67) > (crop-top 75) > (crop-top 73) > (crop-top 71)

Transcript of Welcome t o DrRacket , version 5. 3. 6 [ 3m] . Language: I nt ...Welcome t o DrRacket , version 5....

  • Welcome to DrRacket, version 5.3.6 [3m].Language: Intermediate Student with lambda; memory limit: 1024 MB.

    > (crop-top )crop-top: expects 2 arguments, but found only 1

    > (crop-top 100 )crop-top: expected as first argument, given: 100

    > (crop-top 100)

    > (image-height )134

    > (/ 134 2)67

    > (crop-top 67)

    > (crop-top 75)

    > (crop-top 73)

    > (crop-top 71)

  • > (crop-top 70)

    > (crop-bottom (- 134 70))

    > (define the-top )> the-top

    > (image-width the-top)377> (* 377 3/5)226.2> (crop-left the-top 226)

    > (crop-left the-top 230)

    > (crop-right the-top (- (image-width the-top) 230))

    > (beside )

    > (above (beside )

    )

    > pi#i3.141592653589793>