Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Add missing person on list with default age 30
#python 3.5.2 #python 3.5.2 # List of strings my_list = ['john', 'james', 'joey'] # List of dictionary results = [{"name": 'john', "age": 20}, {"name": 'james', "age": 25}] # This is my code and its wrong. for name in my_list: found = False; for person in results: if person["name"] == name: found = True if not found: new_person = { 'name': name, 'age': 30 } results.append(new_person); print(results)
run
|
edit
|
history
|
help
0
Q5
Komalsri123
камень ножницы бумага
Right_Align_Text
10 25 58
MBTI
bubbleSort.py
Determine the weight of tiles at 10 grams each
error
I_Love_India