movieID = 132 Int
movieCost = 4.95 Float
movie ='Star Wars' string
movieAwards = ('Oscar', 'Golden Globe', 'Director's Guild') tuple
movieStars = ['Carrie Fisher', 'Harrison Ford'] list
movieRatings = {5:'language', 3:'violence'} dictionary
If you want these explained , can do in replies :)