Skip to content

Conversation

tigranvardanyan15
Copy link

… data.ipynb

The weather download url has been changed.

@pmkmohan
Copy link

import numpy as np
import pandas as pd

countries = ['India','France','England'] # Creating two lists containing name of the country and its capital
capitals = ['New Delhi','Paris','London']
arr = np.array(capitals) # Making an array with the list capitals
dicts = {'a':10, 'b':20, 'c':30, 'd':40, 'e':50, 'f':60, 'g':70, 'h':80} # Defining a dictionary

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