
Joshua Salvilla
Followers: 0 Following: 0
Feeds
질문
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...
거의 2년 전 | 답변 수: 2 | 0