if user input genre/type of movie they will show title of movie and rating i want to know how to write i'm doing if they input genre that same in list_in(genre of movie) they will collect in the same list(genre[])
@withPinkkkyy Oh, I see! I can only guess what you are doing exactly, but this should work:
choose_multiple.py
main.py
from choose_multiple import choose_multiple
readme.md
columns.py
I just ran your program and noticed that you are importing matplotlib and numpy. They aren't used, are they? You better delete these imports then.
i want to recommend movie
if user input genre/type of movie they will show title of movie and rating
i want to know how to write
i'm doing if they input genre that same in list_in(genre of movie) they will collect in the same list(genre[])
@withPinkkkyy Oh, I see!
I can only guess what you are doing exactly, but this should work:
choose_multiple.py
and copy all the code.choose_multiple.py
and paste the code into it.main.py
and at the top add the linefrom choose_multiple import choose_multiple
readme.md
orcolumns.py
to learn how the module is to be used.I just ran your program and noticed that you are importing matplotlib and numpy. They aren't used, are they? You better delete these imports then.