
1.2 Actual case Randomly generated captcha



os Other supplementary methods of the module

Mainly with python Dealing with interpreters


"""
For the time being, it can be simply understood as
Serialization is the process of converting other data types into strings
json.dumps()
Deserialization is to convert a string to another data type
json.loads()
"""


5. subprocess modular
