Fyi, we are given 'structured' pseudocode guidelines in Alevel, this is done in year 12.
We get tested with our Python skills in year 13, where I have 0 knowledge currently.
My CS teacher shared a doc that shows pseudocode equivalent to Python.
and I found that 'Repeat- Until loop' (post-condition loop) is NOT possible in python.
so my question is , how would you guys make post condition loop in Python?