0
Python
Does the Pseudocode and flowchart includes the requests imported for API? Totally lost how to include the importing part in Pseudocode and Flowchart unless I can mention in the main program.
1 Answer
0
"pseudocode" isn't really anything so no worries. Importing is usually the first thing that happens in a python program, so just always have imports as the first step in the chart if you include it at all. You could just add a footnote with all libe0raries included