Created
July 1, 2017 12:31
-
-
Save solanoize/8ed479be577af2ba51f03ad2af30fd5a 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
| >>> from smartphone.apple import apple_sp | |
| >>> from smartphone.samsung import samsung_sp | |
| >>> | |
| >>> print(apple_sp()) | |
| Ini adalah smartphone apple | |
| >>> print(samsung_sp()) | |
| Ini adalah smartphone samsung |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment