Learn practical skills, build real-world projects, and advance your career
import numpy as np
import pandas as pd
[1,2,3]
[1, 2, 3]
(1,2,3)
(1, 2, 3)
a = {"key":10, "key2":20, "key3":30}
a["key"]
10