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.

Revisions

  1. RRV created this gist Oct 26, 2014.
    4 changes: 4 additions & 0 deletions sample1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/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])