for n in {1,3,5,7,9} print n + " " end println for char in "test string" print char end println