Skip to content

Commit c63d46a

Browse files
author
anwar-ul-azim
committed
update
1 parent 52b5e4f commit c63d46a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Course_Content/Class-1/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ by NSUCEC R&D on august 2019
2121

2222
## Class-1 Assignment:
2323

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.
2525
- **Movie Name**
2626
- **Director name**
2727
- **Lead Actor Name**
2828
- **Releasing Year**
2929
- **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.**
3434

3535
#### Solution:
3636
```python

0 commit comments

Comments
 (0)