Python equivalent of two Perl statements
Kemp Randy-W18971
Randy.L.Kemp at motorola.com
Fri Jul 20 11:00:15 EDT 2001
What is the equivalent of these Perl statements in Python?
$time = scalar(localtime);
print "This FTP request started on $time \n";
More information about the Python-list
mailing list