movies=[]
mov=input("enter 1st movie: ")
movies.append(mov)
mov=input(" enter 2nd movie: ")
movies.append(mov)
mov=input("enter 3rd movie: ")
movies.append(mov)
print(movies)
To embed this program on your website, copy the following code and paste it into your website's HTML: