Answers for "what is python -u"

0

what is python -u

-u     : force the stdout and stderr streams to be unbuffered;
         this option has no effect on stdin; also PYTHONUNBUFFERED=x

(this is from typing  

python -h

on command shell)
Posted by: Guest on February-18-2022

Python Answers by Framework

Browse Popular Code Answers by Language