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