#!/usr/bin/python3 # -*- coding: utf-8 -*- import random random.seed(5) print(random.randint(0, 5))