Ranges are handy things in Ruby. We create so-called inclusive ranges with .. and exclusive ranges with .... But what does that mean?

Let's take a look at what the first one does.

Nice! The inclusive range will display 12345 because it includes the last number

Writing short code is great, but that might be overdoing it.