You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
print(t.count(1)) #gives the total number of times 1 is present in the tuple print(t.index(8)) #gives the index number at which 8 is present ...