Skip to content

Added read names from JSON file#8

Open
fvaasen wants to merge 1 commit intoharikesh409:masterfrom
fvaasen:master
Open

Added read names from JSON file#8
fvaasen wants to merge 1 commit intoharikesh409:masterfrom
fvaasen:master

Conversation

@fvaasen
Copy link

@fvaasen fvaasen commented Oct 2, 2020

No description provided.

with open('movies.json') as movies:
data = json.load(movies)

print(data['movies'])
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to comment this line

Copy link
Owner

@harikesh409 harikesh409 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make changes and resolve the conflicts and raise a PR.




#for name in names:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these lines should be uncommented in PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants