Community Profile

photo

Joshua Salvilla


Last seen: 7 maanden ago Active since 2023

Statistics

Content Feed

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...

9 maanden ago | 2 answers | 0

2

answers