Day 03 of My AI & Data Mastery Journey: From Python to Generative AI
TODAY’S PROJECT Project :- ** **Rock Paper Scissors Game Display game options and ask player for their choice: • “Type 0 for Rock” • “Type 1 for Paper” • “Type 2 for Scissors” Get the player’s input and store as user_input Randomly pick a number between 0 and 2 for the computer’s move, store as…