On 05/01/17 13:01, anatta anatta wrote:
> I have created a log file, using 'logging' module,
> name = raw_input ("Please enter your name.")
> print 'Hi ', name, 'Please go ahead and press enter to transfer files'
>
> The log file records the variable 'name' in the log file at the
> right locat
Dear Tutors,
Thanks in advance for the help.
anatta.
+
I have created a log file, using 'logging' module, which records items of my
interest after the execution of the program. The program in the beginning asks
for name of the person who runs the program, as below:
name = raw_input ("Please