How can we help you today? How can we help you today?
shravan

Activity overview

Latest activity by shravan

Here is my code: __randomize__ = False import System from System import Random random = Random() month=[12,34,56,78] def main(config):       return random.choice(month)        / comments
Here is my code:__randomize__ = Falseimport Systemfrom System import Randomrandom = Random()month=[12,34,56,78]def main(config):      return random.choice(month)      
0 votes