stdout.write 把內(nèi)容輸出到控制臺在python中的操作
提問人:楊紫紅發(fā)布時間:2020-11-19
>>> import sys
>>> sys.stdout.write("What does a fish say when it swims into a wall?
Dam.")
What does a fish say when it swims into a wall? Dam.52
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
>>> import sys
>>> sys.stdout.write("What does a fish say when it swims into a wall?
Dam.")
What does a fish say when it swims into a wall? Dam.52
點擊加載更多評論>>