could that work for this other thing i want do? i want to be able to open and write a file with a temporary name of my choice and when with closes it, it also gets renamed to the permanent name.
for name in names: t = int(time.time()*3906250) with tmpopen(f'{name}-(t)',name,'w') as f print('#!/usr/bin/env python3',file=f) print('# put your code here:',file=f)
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.