Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- julia_songs = [145678, 297863, 966387, 374981, 746397, 197638]
- mary_songs = [576093, 197638, 736901, 297863, 374981, 871532]
- mary_julia_songs = []
- # ваш код здесь
- for i in julia_songs:
- if i == mary_songs in julia_songs:
- mary_julia_songs.append(i)
- print(mary_julia_songs)
Add Comment
Please, Sign In to add comment