Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#python
Question
Python Dictionary synyax
Create a dictionary:
View entire dictionary:
View only keys:
View only values:
Answer
Python Dictionary synyax
Create a dictionary: someDic = {'someKey1':1 , 'someKey2':[1:5], 'someKey3':'some value 3'}
View entire dictionary:someDic
View only keys:someDic.keys()
View only values: someDic.values()

Tags
#python
Question
Python Dictionary synyax
Create a dictionary:
View entire dictionary:
View only keys:
View only values:
Answer
?

Tags
#python
Question
Python Dictionary synyax
Create a dictionary:
View entire dictionary:
View only keys:
View only values:
Answer
Python Dictionary synyax
Create a dictionary: someDic = {'someKey1':1 , 'someKey2':[1:5], 'someKey3':'some value 3'}
View entire dictionary:someDic
View only keys:someDic.keys()
View only values: someDic.values()

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.