import random
import math
print(random.random())
# It generates float number between 0-1
num_float = 23.44
print(" floor method rounds the figure to lower end")
print(math.floor(num_float))
print(" ceil() method rounds the figure to higher end of the value ")
print(math.ceil(num_float))- Abstraction
- Inheritance
- Encapsulation
- _dob = 01/01/1991
- Polymorphism