import math
a = math.sqrt(num)
print("The Square Root is :",a)
b = math.floor
print("The Floor is :",b)
c = math.ceil()
print("The Ceil is :",c)
import math
a = datetime.date
print("The Date is :",a)
b = datetime.time
print("The Time is :",b)
c = datetime.year
print("The Year is :",c)
import random
a = random.randint(a, b)
print("The Random Number Between the Range is :",a)
b = random.random()
print("The Random Number is :",b)
import operator
a = operator.add(a,b)
print("The Addition is :",a)
b = operator.sub(a,b)
print("The Subtraction is :",b)
c = operator.mul(a,b)
print("The Multiplication is :",c)