Skip to content

Instantly share code, notes, and snippets.

@masazdream
Created May 24, 2014 04:59
はじめての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