d={'a':1,'b':2,'c':4}
# d is a dictionary
d['c']=3
#to modify the existing vlaue
d['d']=4
#to create a key value pair in the dictionary
print(d)
#clcoding.com
{'a': 1, 'b': 2, 'c': 3, 'd': 4}
Python Coding August 13, 2022 Python No comments
d={'a':1,'b':2,'c':4}
# d is a dictionary
d['c']=3
#to modify the existing vlaue
d['d']=4
#to create a key value pair in the dictionary
print(d)
#clcoding.com
{'a': 1, 'b': 2, 'c': 3, 'd': 4}
Free Books Python Programming for Beginnershttps://t.co/uzyTwE2B9O
— Python Coding (@clcoding) September 11, 2023
Top 10 Python Data Science book
— Python Coding (@clcoding) July 9, 2023
🧵:
Top 4 free Mathematics course for Data Science ! pic.twitter.com/s5qYPLm2lY
— Python Coding (@clcoding) April 26, 2024
Web Development using Python
— Python Coding (@clcoding) December 2, 2023
🧵:
0 Comments:
Post a Comment