Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~92 People Reached
Favorite Forums
Favorite Tags
Member Avatar for nasridine

I have this list, all the elements are float. Now i want to join them together with certain format for example exponent notation, so that I can print them out in one line. So I did this [CODE] for line in fileinput.input(filename): old_line = line.split() new_line = [float(s) for s …

Member Avatar for vegaseat
0
92