0
Input and Output Files in Python
I need to make such a program which takes input from a text file and output in other text file . How can i do this âď¸? i mean I want to get inputs and process it with the same program and the print output in some file. Not like taking input from screen and printing on screen , its like how they do on codechef and other platforms.
4 Answers
+ 2
Using text file using module such as pickle ,CSV.
Gama_bomb_v2.0 pls clarify about your questions..
+ 2
SĂĽĂątĂśshđđ i want to get input from a file and give it to process to program and then print the output of the program in other file , not reading and writing
+ 1
Attempt
0
I want a program to a code in C that can add two polynomials with inputs : (3), (1 2), (2 3), (3 4), (3) , (4 3)
(2 5), (4 6).
Out put :
(1 2), (6 3), (3 4),(2 5), (4 6).