7 lines
93 B
Python
7 lines
93 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
from IAEANuclearData import Isotope
|
||
|
|
||
|
iso = Isotope()
|
||
|
|
||
|
iso.PrintIso('16O')
|