#! /usr/bin/python print('Content-type: text/html') print('Set-Cookie: fred=george') print('Set-Cookie: harry=1234') print() print('set cookies: fred=george and harry=1234')