I finished the level 6 in python challenge with library zipfile and found that the answer was recorded in ZipInfo.comment. I wonder how to put text in this field. I have read the source code for python library zipfile but couldn't find any method to achieve it.
Dose anyone know about it?