text.png
    Scan the preceding QR code to see what it says.

    1. import qrcode #Call the qrcode library
    2. img = qrcode.make('Learn Python on mBlock-Python Editor!') #Enter the content of the QR code
    3. img.save("text.png") #Generate a file and store it on a local disk

    Now, design your own QR code!