linux打印日志

>>in
>script -f output.txt

>>out
>脚本已启动,文件为 output.txt
>>test
>python
>print("hello!")
>>look the output.txt
脚本启动于 2019年05月29日 星期三 12时29分48秒
]0;jushi@zhoupeng: ~jushi@zhoupeng:~$ ifconfgig>ifconfig.txtpython
Python 3.7.3 (default, Mar 27 2019, 22:11:17) 
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print)(""Dehello")
  File "", line 1
    print("hello")
         ^
SyntaxError: invalid character in identifier
>>> print("hello")"hello")("hello")
hello
>>> 
>> that's over

你可能感兴趣的:(错误提示)