You're just reading in the data wrong. Here's a cleaner way: with open('Alpha_Particle.txt') as f: lines = f.readlines() x ...
確定! 回上一頁