[SOLVED] FSWD Assignment 17-Set

29.99 $

Category: Tags: ,
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Assignment-17-1w6ecm.zip (50.1 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
πŸ”’ Securely Powered by:
Secure Checkout
5/5 - (1 vote)

Set
1. Write a python program to store all the programming languages known to you using Set.
2. Write a python program to store your own information {name, age, gender, so on..}
3. Write a python script to get the data type of a Set.
4. Write a Python script to find if β€œPython” is present in the set thisset = {“Java”, “Python”, “Django”}
5. Write a python program to add items from another set to the current set. thisset = {“Java”, “Python”, “SQL”} secondset= {“C”, “Cpp”, “NoSQL”}
6. Write a python program to add elements of list to a set thisset = {“Python”, “Django”, “JavaScript”} mylist = [“Java”, “C”]
7. Write a python program to remove last item of the given set thisset = {“Python”, “Django”, “JavaScript”, β€œSQL”}
8. Write a python program to delete the set completely.
9. Write a python program to loop through the set and print values thisset = {“Python”, “Django”, “JavaScript”, β€œSQL”}
10. Write a python program to find the maximum and minimum value in a set.

  • Assignment-17-1w6ecm.zip