1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 22:38:50 +03:00
leon/packages/leon/randomnumber.py

11 lines
214 B
Python

#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from random import randint
def randomnumber(string, entities):
"""Leon gives a random number"""
return utils.output('end', 'success', randint(0, 100))