use the keyword and instead of &&.
ruby = "nifty" programming = "fun" if ruby == "nifty" and programming == "fun" puts " and and" end