Yin Book Encryption Implementation and Testing (Challenge)

# Introduction In this challenge, we will be implementing a method called "Yin Book Encryption" which involves dividing a complete letter into multiple parts and distributing them to different messengers. The goal is to split a given piece of text into several parts, where the number of characters in each part follows a specific pattern. These parts will then be returned as a list in the order they are divided. The implementation should be done in Python without using any standard libraries or third-party packages.

|60 : 00

Click the virtual machine below to start practicing