AP
Size: a a a
AP
AP
AP
eq
на надеф таки варнинг сыплетAP
s = s[:i] + c + s[i+1:]
YM
s = s[:i] + c + s[i+1:]
YM
AP
p
YM
VG
YM
VG
VG
YM
AP
VG
let a = b = "hello";
a = a + " world";
// b is not affected
VG
AP
AP
>>> str="111"
>>> print(str)
111
>>> print(str(22))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'str' object is not callable
>>> print(str(22))
22