/make_spoonerism_Py_3

function make_spoonerism() takes two strings as parameters named _word1_ and _word2_. Spoonerism switch the first letters of each word and returns the two new words as a single string separated by a space.

Primary LanguagePython

No issues in this repository yet.