Python flow chart

Provide the flow chart for the following scenarios

a. Read two integer numbers and calculate and print the sum (total)
b. Get a positive whole number as user input and state whether it is greater than 5 or not
c. Print numbers from 20 to 1 using a loop structure

Did wherever this question come from give you an example of what they mean by a “flow chart”? I can imagine relatively simple pseudocode for some of these but it would almost be easier to just write the actual code for some of these.