Skip to content

Instantly share code, notes, and snippets.

@tomoki
Created August 31, 2013 10:45
Show Gist options
  • Save tomoki/6397482 to your computer and use it in GitHub Desktop.
Save tomoki/6397482 to your computer and use it in GitHub Desktop.
競技テンプレート for python
#!/usr/bin/env python
#coding:utf-8
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
from math import *
from string import *
from fractions import *
from itertools import *
def main():
pass
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment