C
Size: a a a
C
C
G
R3
L
R3
S
R3
L
G
𝕬
R3
if age < 18: print("too young")
elif age > 18: print("welcome to the club")
if name == "Artyom": print("no go")
if age == 18: print("good")
𝕬
R3
if name.startswith("Artyom"): ...
if name.startswith("Artyom P"): ...
L
БГ
𝕬
if name.startswith("Artyom"): ...
if name.startswith("Artyom P"): ...
БГ