Untitled
unknown
plain_text
7 months ago
112 B
7
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])