Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A Python script to organize digital photos' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A Python script to organize digital photos
Authored by: macman13 on Apr 02, '03 04:05:25PM
print "Enter the name of the pictures: ", name=raw_input()

Could be minimized to:
name = raw_input("Enter name of the pictures: ")

Just my $0.02 worth:)
SA

---
\\"I can do everything on my Mac I used to do on my PC, plus alot more ...\\"
--Me

[ Reply to This | # ]