1. arg = input('enter a string: ')
    2. print('arg:', arg)
    3. // 输出
    4. enter a string: abc
    5. arg: abc