Skip to content

Instantly share code, notes, and snippets.

@masazdream
Created May 24, 2014 04:59
Show Gist options
  • Select an option

  • Save masazdream/fc7a87371d7f90c2aa65 to your computer and use it in GitHub Desktop.

Select an option

Save masazdream/fc7a87371d7f90c2aa65 to your computer and use it in GitHub Desktop.
はじめてのPython 書式5
#coding: UTF=8
__author__ = 'masahiro'
import math, random, numpy
from datetime import date
print math.ceil(5.2)
for i in range(5):
print random.random()
print date.today()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment