Waktu Python di Nanoseconds

import time
print("Time in Nanoseconds:", time.time_ns())
28utkarsh