Tiempo de Python en nanosegundos
import time
print("Time in Nanoseconds:", time.time_ns())
28utkarsh
import time
print("Time in Nanoseconds:", time.time_ns())