I'm doing my homework and I got confused between "print" and "return".
For example when I asked to make a function that return all the letters in ("a","e","i","o","u"), why is the out put cannot come out when I just put my def function (ex. all_letters("hello my wife") ? but when I put "print letters" there is an output?