3 lines
65 B
Ruby
3 lines
65 B
Ruby
|
|
(2..8).step(2) {|n| print "#{n}, "}
|
||
|
|
puts "who do we appreciate?"
|