Python 50

Python 100 [Python 100] Python 100

random

#!/usr/bin/python # -*- coding: UTF-8 -*- import random # 10 20 print (random.uniform(10, 20))

14.4012371357

Python 100 [Python 100] Python 100