Toggle navigation
BuboFlash
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.
Contents
Flashcard status
Presentation
Question
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()
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
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Add new event manually
Discussion
Do you want to join discussion?
Click here
to log in or create user.