d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Iso Python Help
Add Reply New Topic New Poll
Member
Posts: 4,945
Joined: Aug 30 2008
Gold: 0.00
May 4 2017 09:13pm
Write a Python program that collects, summarizes, and e-mails assignments. Specifically, assuming the programs are in subdirectories a1, a2, …, a5

for each ai, generate a list of all identifiers used in the program (class, function, etc names) and place the [program, symbol] pairs in a “symbols” file (omitting duplicates). You do NOT need to specially filter keywords or builtin functions;

create a zip file containing all assignment sources, but excluding non-sources (executables, .class files, etc).

prompt the user for an email address and send the zip file.

Willing to pay FG
Member
Posts: 36,123
Joined: Jul 18 2008
Gold: 2,407.00
May 5 2017 06:04am
Which part do you need help with?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll