You're given a string s, you should generate a python code which its output is s.
Your score for each test will be:
max(0,(1−your code length|s|+9))×10
Notes:
Input format
Output format
Firstly, print the number of your generated python code's lines and then print each code's line.
Constraints
1≤n≤1000
The python code's output is allall.