str='hellworld'for hellworld in str:print(str.split ())这是我的思路,不过是错的,我想不到其他办法,求解答
????没太看懂你的代码,我以机器人的角度翻译翻译你的代码啊
str='hellworld'
for hellworld in str:
print(str.split ())
你要写代码,先学看代码你自己代码里hellworld 变量都没用上啊