Longer prompts:
For long prompts, it's worth mentioning how to paste them.
Example:
Prompt 1:
I have the below HTML file that i will ask you for tasks later. Please understand its content and don't do anything.
HTML file content:....
Prompt 2:
Now i will give you the CSS, just understand its content and don't do anything.
CSS file content:...
By doing this, you can add content with a large number of characters without getting the character limit warning.
hmm:
To teach people the benefit of using notebooks like Google Colab and Jupyter, it is better to tell them to split each piece of their code into a new cell.
Newbies will start making scripts that do a lot of work each time they run the cell, so its better to split them. This will make their life easier/
It's a good idea to add to the prompts, Write an explanation for each piece of code as a comment. this will help the beginners to understand what they are doing, and its easier for them to modify the code.