Python - Conditional Statements, Logical Operators, Code Blocks, and Scope
Jun 1, 2023 ยท 14 min read ยท Todays Goal: print("Welcome to Treasure Island.") print("Your mission is to find the treasure.") #Write your code below this line ๐ choice1 = input('You\'re at a cross road. Where do you want to go? Type "left" or "right" \n').lower() if choice1 =...
Join discussion