ar08's picture
Upload 1040 files
246d201 verified
raw
history blame contribute delete
252 Bytes
Write a python CLI for string manipulation. The CLI should accept a command, and a string. The commands should include `reverse`, `uppercase`, `lowercase`, `spongebob`, `length`, and `scramble`. The logic for each command should live in its own file.