以下のコードの実行結果はどうなりますか? ```python name = "田中太郎" name_length = len(name) print(f"お名前は{name_length}文字ですね") ```