Main Page
Problem List
Top Users
Help
REPL
Docs
Login
Register
#283
lazy-sequences-0
Difficulty:
Basic
Topics:
sequences
There are many ways to generate a sequence
(= __ (range 1 5))
Code which fills in the blank:
Run