The -p flag in the command above is for previewing, meaning the video file will automatically open when it is done rendering. The -ql flag is for a faster rendering at a lower quality.Some other useful flags include:-s to skip to the end and just show the final frame. -n <number>...
Find all the unique letters in the puzzle with sets and the set() function Checks if there are more than 10 unique letters (meaning the puzzle is definitely unsolvable) with an assert statement Converts the letters to their ASCII equivalents with a generator object Calculates all the possible ...