Python has many functions built into it to make your life easier such as absolute value, rounding, and more. Here is a list of different functions in Python, some of them like print, input and int you already know:
The built in functions are included in the official documentation for Python 3. To learn more about them, click on this link:
Functions you should know or learn
Assignment #9 - Word Jumbler
Make a program that creates random new words. It does the following in order:
The output should look as close as possible to the following:
Want a challenge? Do this in 44 lines or less, no comments, proper formatting, high readability.