What does “:=” mean in Pseudocode? [closed]
Pseudocode examples on Wikipedia usually use := as the assignment operator, like Pascal does (I haven’t found any counterexamples yet). You can’t use it in Python directly as it would be a SyntaxError: Use instead.