Untitled
unknown
plain_text
a month ago
112 B
5
Indexable
sites = ("youtube.com", "facebook.com", "instagram.com") valores = (23, 43, 65) print(sites[1] and valores[0])
Editor is loading...
Leave a Comment
sites = ("youtube.com", "facebook.com", "instagram.com") valores = (23, 43, 65) print(sites[1] and valores[0])