Untitled
unknown
python
a year ago
138 B
9
Indexable
numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] dzien = ["pn", "wt", "sr", "sb", "nie"] print(dzien) print(dzien[3]*4) print(dzien[3]+ " cool")
Editor is loading...
Leave a Comment
numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] dzien = ["pn", "wt", "sr", "sb", "nie"] print(dzien) print(dzien[3]*4) print(dzien[3]+ " cool")