Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: I need help with this code: [CODE] File = open(test2.py)[/CODE] OR [CODE]File = open("test2.py"r/w)[/CODE] I am getting this error after i run it: [CODE]Traceback (most recent call last): Traceback (most recent call last): File "C:\Users\Zeeshan\Desktop\test.py", line 11, in <module> File = open(test2.py) NameError: name 'test2' is not defined[/CODE] OR [CODE]Traceback … |
The End.