9 lines
182 B
Python
9 lines
182 B
Python
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))
|