import * as mod from "https://deno.land/std@0.96.0/fmt/printf.ts"; FunctionsfprintfConverts and format a variable number of args as is specified by format. printf writes the formatted string to standard output. fsprintfConverts and format a variable number of args as is specified by format. sprintf returns the formatted string.