在DrScheme中,如何从2个列表创建关联列表?
例如,我有,
y = ( 1 2 3 ) x = ( a b c )
而且我要
z = ((a 1) (b 2) (c 3))
scheme racket
racket ×1
scheme ×1