function printfimport { printf } from "https://dotland.deno.dev/std@0.181.0/fmt/printf.ts"; printf(format: string, ...args: unknown[])Converts and format a variable number of args as is specified by format. printf writes the formatted string to standard output. Parametersformat: string...args: unknown[]