In this exercise we are calling print function twice and giving it two different strings but we have declared only one string variable "s" in the print method definition. Shouldn't there be two string variables to receive two different strings?