Created
September 8, 2015 22:13
-
-
Save fredthekid/ebdb6d5e48468eb9c7a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After Reading 126import.txt: | |
1+1i | |
2+2i | |
3.3+3.4i | |
4.4-4.5i | |
-5.5-5.6i | |
-6+0i | |
0+7i | |
0-8i | |
After appending Complex Object: | |
1+1i | |
2+2i | |
3.3+3.4i | |
4.4-4.5i | |
-5.5-5.6i | |
-6+0i | |
0+7i | |
0-8i | |
3+4i | |
After deleting Complex Objects: | |
1+1i | |
3.3+3.4i | |
4.4-4.5i | |
-5.5-5.6i | |
-6+0i | |
0+7i | |
0-8i | |
After sorting Complex Objects: | |
1+1i | |
3.3+3.4i | |
-6+0i | |
4.4-4.5i | |
0+7i | |
-5.5-5.6i | |
0-8i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment