Skip to content

Instantly share code, notes, and snippets.

@rismalrv
Created October 26, 2014 07:54
Show Gist options
  • Save rismalrv/1ffb64d1c65ff72550b8 to your computer and use it in GitHub Desktop.
Save rismalrv/1ffb64d1c65ff72550b8 to your computer and use it in GitHub Desktop.
#!/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