About 50 results
Open links in new tab
  1. Python - Writing pseudocode? - Stack Overflow

    Sep 21, 2009 · Since you mention python, just use use a more python like syntax in your pseudo code. I suspect that you problem will be to encourage you to consider how to make functions and classes, …

  2. python - Understanding pseudocode for beginner - Stack Overflow

    Nov 20, 2022 · Pseudocode in general is a language-agnostic way to describe an algorithm by describing the statements you'd use when implementing the algorithm in a specific language. Since …

  3. python - First time writing Pseudocode, can someone help me? - Stack ...

    Oct 13, 2023 · My assignment is to write Pseudocode for a program I was told to create. The Color Mixer program in Python. Here are two examples of how to write the Psuedocode out of the book I …

  4. how to use while loop in pseudocode - Stack Overflow

    Jul 17, 2020 · Decide on a separator for the input, unless they're only allowed to enter a single number at a time in which case you can skip to 3. Use string splitting to cut the input up and then loop …

  5. Python - PseudoCode for functions and operands - Stack Overflow

    Aug 18, 2017 · Python - PseudoCode for functions and operands Asked 8 years, 5 months ago Modified 6 years, 3 months ago Viewed 7k times

  6. What does colon equal (:=) in Python mean? - Stack Overflow

    In Python this is simply =. To translate this pseudocode into Python you would need to know the data structures being referenced, and a bit more of the algorithm implementation. Some notes about …

  7. How to write Pseudocode for Random Password Generator created …

    Jan 19, 2022 · 0 I need to write a pseudocode for the random password generator below. How do I write a pseudocode Do help me out. Thank you.

  8. python - Explanation of how nested list comprehension works? - Stack ...

    @Ray it definitely does, but that seems like an arbitrary necessity. Just because Python needs to read it left-to-right currently doesn't mean it couldn't be changed to read it right-to-left to improve readability.

  9. Common pseudocode questions, puzzles and challenges

    Jul 12, 2015 · I am looking for examples of pseudocode problems that you may have been asked in an interview or been asked to represent as part of your job or education. I'm not looking for examples …

  10. python - What does "real" in pseudocode indicate? - Stack Overflow

    Dec 9, 2018 · What does "real" in pseudocode indicate? Asked 7 years, 2 months ago Modified 7 years, 2 months ago Viewed 3k times