#lang racket (for*/list ([a 0] [b 0]) ([current-a (in-list (list 1 2 3))] [current-b (in-list (list 4 5 6))]) (list current-a current-b))