#!/usr/bin/env python
# -*- coding: utf-8 -*-


import json
import uuid


# return a random string
print(json.dumps(str(uuid.uuid4())))