#If statements not printing for a basic Rock Paper Scissors Project

1 messages · Page 1 of 1 (latest)

potent venture
#

Hello, I'm trying to make a basic rock-paper-scissors game for a class. I'm using if statements and am able to take in the input and randomize between 3 numbers, but the if statements won't print. Any help or explanation is appreciated.

noble mesaBOT
#

This post has been reserved for your question.

Hey @potent venture! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

red magnet
#

remove '' when checking int

#

you check int

#

not character

#

'1' = character
1 = int