You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
27 # Write a method that takes in two strings and prints a concatenation
28 # of those two strings, for example the arguments could be (man, woman) and
29 # the end result might be "When Harry Met Sally". Then, call that method.
concatenating "Harry" and "Sally" would return "HarrySally". do you mean interpolation?
The text was updated successfully, but these errors were encountered:
27 # Write a method that takes in two strings and prints a concatenation
28 # of those two strings, for example the arguments could be (man, woman) and
29 # the end result might be "When Harry Met Sally". Then, call that method.
concatenating "Harry" and "Sally" would return "HarrySally". do you mean interpolation?
The text was updated successfully, but these errors were encountered: