I'm also starting to learn to code. I'm stuck on a particular piece of code.
print " pleathe enter a thtring : "
user_input= gets.chomp
user_input.include? "s"
print " This string has an s . "...