I extracted the lines of python code below, which contribute to this issue.
:)
Thanks.
foo.py
-------------------------------
|#!/usr/bin/python3.4
|# -*- Coding: UTF-8 -*-
|
|for i in range (3):
| with open ("linux" + "\n." + str(i), "w+") as f:
| f.write(" ")
--------------------------------
--
.''`.
: :' :
`. `'
`-
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

