Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #72.8K
~415 People Reached
Favorite Forums
Programming x 1
Say Hello! x 1
Favorite Tags
python x 2
first-post x 1
2 Posted Topics
Re: Hey ! What error are you getting ?? I just tried it out on Python 2.7.10 However i did notice you are not using the filename var, when loading? >>> import numpy as n >>> filename='myfile.txt' >>> data=n.loadtxt(filename) >>> print data [ 2.35000000e+02 5.43000000e+02 5.43000000e+02 5.44345000e+05] >>> | |
Re: Tip : Do not mix spaces and tabs in your code when dooing indentation. It can really make it confusing ! |