-Code
res = []
for _ in range(6):
line = input().rstrip()
res.append(len(line))
print(f"Latitude {res[0]}:{res[1]}:{res[2]}")
print(f"Longitude {res[3]}:{res[4]}:{res[5]}")
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 18156번 Black and White (0) | 2024.08.31 |
---|---|
[백준/파이썬] 24803번 Provinces and Gold (0) | 2024.08.30 |
[백준/파이썬] 9771번 Word Searching (0) | 2024.08.28 |
[백준/파이썬] 6903번 Trident (0) | 2024.08.27 |
[백준/파이썬] 6190번 Another Cow Number Game (0) | 2024.08.26 |