Posts
 
Reputation
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
1 Commented Post
0 Endorsements
Ranked #107.55K
~1K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for saba_newbie

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 …

Member Avatar for TrustyTony
0
1K

The End.