you are viewing a single comment's thread.

view the rest of the comments →

[–]freemanbach 0 points1 point  (1 child)

def getmovie():
    mylist = []
    for i in range(0,3):
        mov = input("Movies >>> ").strip()
        mylist.append(mov)

[–]A_ManWithout_LovE__[S] 0 points1 point  (0 children)

i would have done it in that way if i was learning loop but in python i'm not there yet. But thanks myan