兩行就夠了我說的對吧
a=str(input())
print("hello, %s" %a)
兩行就夠了我說的對吧 a=str(input()) print("hello, %s" %a)
print('hello, ' + input())