1.

Print (value/expr)print(value, ....,sep='',end='\n',file=sys.stdout, flush=False)please explain this stepPython​

Answer»

sys. stdout is a file or file-like that has METHODS for WRITING to it which take strings or something along that line.

so, it will takes the string and PRINT on screen



Discussion

No Comment Found