0
I'm stuck on this programming challenge. What i need help on follows in description....
''' Challenge 28 Write a random name generator that asks for the user to input 5 names, stores them in an array and then outputs one of them at random. ''' So what I'm trying to say is that I don't know how to structure the program and how it'll work. However, I do know that i might need random.randint(), a while loop and some arrays. The programming language it needs to be in is Python.
2 odpowiedzi
+ 2
Okay, can you input five names and store them in a list?
0
no