Answers for "Update only values in python"

0

Update only values in python

#values in python

List_of_Students = {"Jim" : "Roll-32"+","+ "Priority-First",
                    "Yeasin": "Roll-33"+","+ "Priority-2nd",}

print(List_of_Students.values())

#That will show only the the values
Posted by: Guest on February-25-2022

Code answers related to "Update only values in python"

Python Answers by Framework

Browse Popular Code Answers by Language