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.

7th Apr 2022, 1:04 AM
Knowledge Is Power
Knowledge Is Power - avatar
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
7th Apr 2022, 1:41 AM
Slick
Slick - avatar