add nawi astrophysics template
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import sys,os,math
|
||||
import numpy as np
|
||||
import pylab as pl
|
||||
|
||||
# here we have a comment on the scripting
|
||||
|
||||
for iii in np.arange(0,42):
|
||||
print('Hello new planet number {}'.format(iii+1))
|
||||
Reference in New Issue
Block a user