s = gets.not_nil! puts s.chars.map { |char| char.uppercase? ? char.downcase : char.upcase }.join