We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am doing Lecture 6 (2023) and can import cs50 method with the following code:
from cs50 import get_int
height = get_int("Height: ")
ImportError: cannot import name 'MappingProxyType' from 'types' (/workspaces/138399398/w6Lecture/types.py)
The text was updated successfully, but these errors were encountered:
Please rename your types.py file to something else. Thanks!
types.py
Sorry, something went wrong.
Hi, rongxin-liu:
I have a trouble and don not find how to open a discussion or where to make a post about it.
There are some issues with the VSC, and when I loged in today I found that there are some missing folders that am working on to finish my CS50 course.
I already ask for help at the technical support, but may be you know how to proceed in this case.
If it helps, I know that there are three folders lost, at least: finance; project; TWT
Thank you and sorry to bother you. Have a great day
No branches or pull requests
Hi, I am doing Lecture 6 (2023) and can import cs50 method with the following code:
from cs50 import get_int
height = get_int("Height: ")
ImportError: cannot import name 'MappingProxyType' from 'types' (/workspaces/138399398/w6Lecture/types.py)
The text was updated successfully, but these errors were encountered: