## w.py # Welcome to Level 3. We begin by reviewing the program # we've been using to notate ω, the smallest infinite # ordinal. X="" while True: output(X) X = "output('" + escape(X) + "')"