#!/usr/bin/env python3
import uuid
print(uuid.uuid4())
