Sacred Hearts Academy
import random
options = ["rock", "paper", "scissors"]
computer = random.choice(options)
player = input("Choose rock, paper, or scissors: ").lower()
print("Computer chose:", computer)
if player == computer:
print("It's a tie!")
elif (player == "rock" and computer == "scissors") or \
(player == "paper" and computer == "rock") or \
(player == "scissors" and computer == "paper"):
print("You win!")
else:
print("You lose!")
Move cursor here to open photo
Move cursor here to open photo
2025-26 Upper School Weekly Schedule
Periods 1-4 are Mon, Wed, & Fri (60 minutes)
Periods 5-7 are Tue & Thur (85 minutes)







