g = ['A',
'B+', 'A', .., 'D']
)<
, !=
, >
,
<=
, >=
, |
,
&
, ^
),__hash__
method)nbStudents =
{'2014': 230}
, d[key] = newvalue
, etc),__hash__
method)« After using the RAM for two months, let us use the hard-drive with Python! »
w
,
r
, a
b
): myfile =
open('here.txt', 'wr')
,for line in myfile: ...
),with
block
(with open('stuff.json', 'r') as f: ...
),w
or
a
),