diff --git a/parrot.rb b/parrot.rb index 559309841..f74e50a5b 100644 --- a/parrot.rb +++ b/parrot.rb @@ -1,2 +1,7 @@ # Create method `parrot` that outputs a given phrase and # returns the phrase +def parrot(phrase = "Squawk!") + a = phrase + puts phrase + a +end \ No newline at end of file