-Code
sbc = list(map(int, input().split()))
print("S" if 9 not in sbc else "F")
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 5949번 Adding Commas (0) | 2022.12.06 |
---|---|
[백준/파이썬] 14013번 Unit Conversion (0) | 2022.12.05 |
[백준/파이썬] 26068번 치킨댄스를 추는 곰곰이를 본 임스 2 (0) | 2022.12.04 |
[백준/파이썬] 8815번 Test (0) | 2022.12.02 |
[백준/파이썬] 16316번 Baby Bites (0) | 2022.12.01 |