Why does my code work occasionally? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why does my code work occasionally?

Created a python code to make random quotes that sound deep but it only works some of the time. Not sure why, so any help is appreciated. https://code.sololearn.com/cYkgIIB9MZjG/?ref=app

31st Aug 2020, 11:01 AM
Will
2 Answers
+ 3
I think You should write for i in range(random.randint(1,19)): Because there 18 words in Array. And there will be random words in random length with in array.
31st Aug 2020, 11:12 AM
Muhammadamin
Muhammadamin - avatar
0
The code is perfect. I tried in Vs code and it worked perfectly. Maybe a problem in Sololearn Code Playground
31st Aug 2020, 11:58 AM
Kunsh-Tyagi
Kunsh-Tyagi - avatar