N-body problem: Difference between revisions

Content added Content deleted
(→‎{{header|Raku}}: "astrometric" instead of "astronomical")
m (→‎{{header|11l}}: new way of specifying file open mode)
Line 27: Line 27:


F (fileName)
F (fileName)
V lines = File(fileName, ‘r’).read().split("\n")
V lines = File(fileName).read().split("\n")
V gbt = lines[0].split(‘ ’)
V gbt = lines[0].split(‘ ’)
.gc = Float(gbt[0])
.gc = Float(gbt[0])