Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
Disabled
×
Change Orientation
#Import math library import math #Round a number downward to its nearest integer print(math.floor(1.4)) print(math.floor(5.3)) print(math.floor(-5.3)) print(math.floor(22.6))
1
5
-6
22
×
Report a Problem:
Your E-mail:
Page address:
Description:
Disabled