-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use it #1
Comments
I figured it out, like this: python app.py --netflix NETFLIX |
I got this :/ optional arguments: |
sorry don't know what's the problem... Working on my Windows 10. |
i am getting something like this => During handling of the above exception, another exception occurred: Traceback (most recent call last): can you help |
hi can i get some help here |
Hello,
Hope you are doing well. Humble request to you.
Can you plz make a video demo on how to use your code since i am new to python.
I have already install python on ubuntu. But i am stuck at the step py app.py --help.
I got this message below. How should i proceed.
/usr/bin/py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
from collections import Iterable
usage: py [-x] [-l] [-c PRE_CMD] [-C POST_CMD] [-V] [-h] [expression]
positional arguments:
expression e.g. py '2 ** 32'
Options:
-x treat each row of stdin as x
-l treat list of stdin as l
-c PRE_CMD run code before expression
-C POST_CMD run code after expression
-V, --version version info
-h, --help show this help message and exit
Thnks in advance for your help and support for new users
The text was updated successfully, but these errors were encountered: