Get The Most Affordable Hosting in the World!
Starting at just $1.87/month, Vercaa offers unbeatable pricing for world-class web hosting services.
Fast, reliable, and secure hosting to power your website without breaking the bank. Plus, enjoy a free CDN for faster loading times worldwide!
Get Started Now!Example 1
Python program to find unique numbers in a given tuple −
It will produce the following output −
original tuple: (1, 9, 1, 6, 3, 4, 5, 1, 1, 2, 5, 6, 7, 8, 9, 2) Unique numbers: (1, 9, 6, 3, 4, 5, 2, 7, 8)
Example 2
Python program to find sum of all numbers in a tuple −
It will produce the following output −
Sum of all numbers Using loop: 24 Sum of all numbers sum() function: 24
Example 3
Python program to create a tuple of 5 random integers −
It will produce the following output −
(64, 21, 68, 6, 12)
Exercise Programs
-
Python program to remove all duplicates numbers from a list.
-
Python program to sort a tuple of strings on the number of alphabets in each word.
-
Python program to prepare a tuple of non-numeric items from a given tuple.
-
Python program to create a tuple of integers representing each character in a string
-
Python program to find numbers common in two tuples.
The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.