The pipe symbol is a bitwise OR.. but not what we needed here. We just need the word "or". I have updated the source code for the lesson with this correction. 🚀
Description:
Learn Python user input and control flow in this comprehensive tutorial video. Discover how to receive user input and apply control flow concepts to create a simple game that determines winners and outputs results. Explore basic user input, control flow structures, data type handling, random computer choices, and game logic implementation. Delve into more advanced topics like introducing enums to improve game functionality. Follow along as the instructor guides you through creating a new file, implementing various Python concepts, and testing the game. Gain practical experience with Python programming while building an interactive project.
Python User Input and Control Flow - Python Tutorial