You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Course_Content/Class-1/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,16 @@ by NSUCEC R&D on august 2019
21
21
22
22
## Class-1 Assignment:
23
23
24
-
####There is txt file named “movie_information.txt” which holds the following information.
24
+
####There is txt file named “movie_information.txt” which holds the following information.
25
25
-**Movie Name**
26
26
-**Director name**
27
27
-**Lead Actor Name**
28
28
-**Releasing Year**
29
29
-**Total earning of that movie**
30
-
####Read the file “movie_information.txt” and do the following tasks:-
31
-
-**Display the information stored on the file**
32
-
-**First read the file line by line and split the information on the basis of “ : ” and store the Movie Name and the Lead Actor Name into two separate variable.**
33
-
-**Store the new information into another file named “Actor_Information.txt” using “Name of the Actor : Movie Name” this convention.**
30
+
####Read the file “movie_information.txt” and do the following tasks:-
31
+
1.**Display the information stored on the file**
32
+
2.**First read the file line by line and split the information on the basis of “ : ” and store the Movie Name and the Lead Actor Name into two separate variable.**
33
+
3.**Store the new information into another file named “Actor_Information.txt” using “Name of the Actor : Movie Name” this convention.**
0 commit comments