Language Basics Ruby

ruby = "nifty"
programming = "fun"
if ruby == "nifty" and programming == "fun"
  puts " and and"
end