编辑代码
Python代码
3.11.0
2.7.17
运行
print
(
"你好!"
) user_age =
input
(
"你的角色的名字:"
)
print
(
"你好 + user_age"
)