Python veri yapılarına hızlıca bakış, cheet sheets
Last updated 1 year ago
Was this helpful?
liste = [1, 2]
liste[index]
kume = {1.0, "Hello", (1, 2, 3)}
kume.add(1)
site = {"adi":"yemreak"}
site['adi']
konum = (1, 2)
x, y = konum