paiza Cランクレベルアップメニュー「整数と文字列 Python3編」(python3)

覚え書きです。解答例があるのが本当にありがたい。

# coding: utf-8
# 自分の得意な言語で
# Let's チャレンジ!!

input_line = int(input())
for i in range(input_line):
    print(len(input()))

https://paiza.jp/works/mondai/c_rank_level_up_problems/c_rank_string_step1

0

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です