You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
10 print 4.7\3
|
|
|
20 print -2.3\1
|
|
|
30 print int(-2.3)
|
|
|
40 print int(2.3)
|
|
|
50 print fix(-2.3)
|
|
|
60 print fix(2.3)
|
|
|
70 print fp(-2.3)
|
|
|
80 print fp(2.3)
|
|
|
|