# -*- coding: UTF-8 -*- ''' This function random(form, to) is by test.mk16.de Name: random(form, to) Version: 1.0 Coding: UTF-8 By: test.mk16.de ''' def random(form,to):import random;return random.randint(form,to);