An open API service indexing awesome lists of open source software.

https://github.com/candytale55/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.
https://github.com/candytale55/make_spoonerism_py_3

codecademy python-strings python3 spoonerism string-challenges-codecademy string-manipulation

Last synced: 9 months ago
JSON representation

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.

Awesome Lists containing this project