Get your
own Python
server
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
import camelcase c = camelcase.CamelCase() txt = "lorem ipsum dolor sit amet" print(c.hump(txt)) #This method capitalizes the first letter of each word.
Lorem Ipsum Dolor Sit Amet