Created
October 26, 2014 07:54
-
-
Save rismalrv/1ffb64d1c65ff72550b8 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
| #!/usr/bin/env python | |
| import calendar | |
| int(raw_input('Masukkan bulan yang diminta [1-12]:')) | |
| print "Bulan yang anda masukkan adalah {0}".format(calendar.month_name[bulan]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment