Skip to content
Advertisement

Tag: getopt

Develop a module to help generate lottery tickets in python

I have made the two modules (which are incomplete I guess) for the main function but couldn’t make the main function Create a script file named lottohelper_using_getopt.py for the module in your current workspace/directory. Define a function named lotto649 (in the script/module file) which can generate and return six different random integers in a list from range [1,49]. (1 point)

Advertisement