🔒 Closed Already answered

Status
Not open for further replies.
Pa help po mga paps pano sagutan to dapat yung maging product po is yung binilugan kopa sa ibaba salamat po in advance
 
Yung code po sa itaas yung given kailangan po dapat maging product niya is yung may bilog po sa picture
Python:
d1 = {
"Person1": {
"name": "Eliser",
"hobbies":["a", "b","c"]
},
"Person2":{
"name": "Pogi",
"hobbies":["d", "e","f"]
}
}

# LOOPING
for key, value in d1.items():
    print(key)
    print("name:", value["name"])
    print("hobbies:", "".join(value["hobbies"]))
 
Python:
d1 = {
"Person1": {
"name": "Eliser",
"hobbies":["a", "b","c"]
},
"Person2":{
"name": "Pogi",
"hobbies":["d", "e","f"]
}
}

# LOOPING
for key, value in d1.items():
    print(key)
    print("name:", value["name"])
    print("hobbies:", "".join(value["hobbies"]))
Maraming salamat po
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 5
    Replies
  • 673
    Views
  • 2
    Participants
Last reply from:
EliserGatche

Trending Topics

Online now

Members online
1,095
Guests online
2,424
Total visitors
3,519

Forum statistics

Threads
2,331,486
Posts
29,258,380
Members
1,149,615
Latest member
jboy123
Back
Top