Built-in library The function creates a zip object that aggregates elements from each of the provided iterables, forming tuples where each tuple contains elements from each iterable. 2024-11-30 15:08:53 Function 5 views
os, zipfile, shutil Compresses two files into a ZIP file and then renames the ZIP file. 2024-11-30 15:08:53 File processing 3 views
os, re, sys, time, json, random, math The function takes two arguments and returns the sum of the first argument and the square of the second argument. 2024-11-30 15:08:53 Custom function 4 views
os, re This function is used to find all file paths that match a regular expression in a specified root directory. 2024-11-30 15:08:53 Function 3 views
csv, json This function reads a CSV file, converts its content to JSON format, and saves it to the specified JSON file. 2024-11-30 15:08:52 Data processing 6 views
zipfile This function creates a zip file, adds specified files to it, and then extracts the zip file to a specified directory. 2024-11-30 15:08:52 Function 5 views
None Calculates the Greatest Common Divisor (GCD) of two integers using the Euclidean algorithm. 2024-11-30 15:08:52 Mathematical calculation function 18 views
List (list), Set (set) This function takes a list of numbers and a target sum, and returns a list of two numbers from the list that add up to the target sum. If no such pair is found, it returns None. 2024-11-30 15:08:51 Function 5 views
Built-in function round() Calculate the sum of two numbers and return the result rounded to the nearest integer. 2024-11-30 15:08:51 Function 4 views
Built-in file operations This function merges the contents of two files alternately, writing the content of each file into a new ZIP file. 2024-11-30 15:08:50 File operation 4 views