```name = input()

print('hello,', name)

好了,我累了,今天先学到这里吧~```

Reply to this note

Please Login to reply.

Discussion

```

name = input()

print('hello,', name)

```

好了,我累了,今天先学到这里吧~

用输入的内容做几个计算器呢,如何做?