photo

Joshua Salvilla


Last seen: meer dan een jaar ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I was using if and Elseif statements. Everytime I input the third option the print for the second option appears.
clc p1 = input('Player 1 Play:','s'); p2 = input('Player 2 Play:','s'); if (p1 == 'P') || (p1 == 'p') && (p2 == 'r') || (p2...

meer dan een jaar ago | 2 answers | 0

2

answers