Abstract:
Skills related to numeric manipulations
1. Float
calculation
>>> 1/2
#The default is integar
0
>>> 1.0/2.0
# the float type
0.5
>>> 1/3
0
>>> 1/3.0
# the float type
0.3333333333333333
writing date:
20150522
No comments:
Post a Comment