Zur erweiterten Suche
Code: Alles auswählen
#!/usr/local/bin/python3.1 for i in range(10): open("{0}.txt".format(i),"w").close()