Open chendaniely opened 9 years ago
Problem-solving ability: don't tie to a concrete implementation (like a for
loop), but tie to a deliverable outcome.
@chendaniely something like this? I have 40 files with names like: 001data.txt 002data.txt...040data.txt Let's say a software only takes files with names such as xxx-data.txt instead of xxxdata.txt How do I make a copy of each file and rename them into xxx-data.txt so that I can use the software to analyze the data?
Technical skill. For example, can the learner write a
for
loop?