how do i determine if the letters in “text” can spell “balloon”?

前端 未结 0 1259
庸人自扰
庸人自扰 2020-12-07 10:21
a=\'balloon\'
text=input(\'letters:\')
if text==a:
    print(1)
else:
    print(0)

here is my code for now. if i input "balloon", it will

相关标签:
回答
  • 消灭零回复
提交回复
热议问题