Im wrtiting a script which saves the current date and time as a filename but I get an error stating \"TypeError: not all arguments converted during string formatting\" I am new
f = open("%s.sql" % today, "w")