Computer Science, asked by deepanjakan, 3 months ago

print# and print# using command is used to write data to a sequntial disk file

(a) false
(b) true​

Answers

Answered by amansharma9959
1

Answer:

Python file handling quiz part-2 for Experienced Programmers

What will be the output of the following code snippet? import sys print ('Enter your name: ',) name = '' while True: c = sys.stdin.read(1)

Similar questions