To generate a random t-shirt size estimate for your story in python, you can follow the steps below:
main.py44 chars2 lines
random.choice()
function from the random
module to select a random size from the list. For example:main.py103 chars5 lines
The above code will randomly select a size from the sizes
list and print it as the random t-shirt size estimate for your story.
You can customize the size list as per your requirement and adjust the code accordingly.
gistlibby LogSnag