|
598 | 598 | "metadata": {}, |
599 | 599 | "outputs": [], |
600 | 600 | "source": [ |
601 | | - "chlorine = {'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'x-ray scattering length': 2.76+0.05j}" |
| 601 | + "chlorine = {'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45}" |
602 | 602 | ] |
603 | 603 | }, |
604 | 604 | { |
|
610 | 610 | "name": "stdout", |
611 | 611 | "output_type": "stream", |
612 | 612 | "text": [ |
613 | | - "{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'x-ray scattering length': (2.76+0.05j)}\n" |
| 613 | + "{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45}\n" |
614 | 614 | ] |
615 | 615 | } |
616 | 616 | ], |
|
634 | 634 | "name": "stdout", |
635 | 635 | "output_type": "stream", |
636 | 636 | "text": [ |
637 | | - "dict_keys(['chemical symbol', 'atomic number', 'average mass number', 'x-ray scattering length'])\n" |
| 637 | + "dict_keys(['chemical symbol', 'atomic number', 'average mass number'])\n" |
638 | 638 | ] |
639 | 639 | } |
640 | 640 | ], |
|
722 | 722 | "name": "stdout", |
723 | 723 | "output_type": "stream", |
724 | 724 | "text": [ |
725 | | - "{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'x-ray scattering length': (2.76+0.05j), 'number of isotopes': 2}\n" |
| 725 | + "{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'number of isotopes': 2}\n" |
726 | 726 | ] |
727 | 727 | } |
728 | 728 | ], |
|
756 | 756 | "name": "stdout", |
757 | 757 | "output_type": "stream", |
758 | 758 | "text": [ |
759 | | - "{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'x-ray scattering length': (2.76+0.05j), 'number of isotopes': 2, 'mass numbers': (35, 37)}\n" |
| 759 | + "{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'number of isotopes': 2, 'mass numbers': (35, 37)}\n" |
760 | 760 | ] |
761 | 761 | } |
762 | 762 | ], |
|
807 | 807 | "name": "python", |
808 | 808 | "nbconvert_exporter": "python", |
809 | 809 | "pygments_lexer": "ipython3", |
810 | | - "version": "3.7.3" |
| 810 | + "version": "3.8.2" |
811 | 811 | } |
812 | 812 | }, |
813 | 813 | "nbformat": 4, |
|
0 commit comments