🔒 Closed Already answered

Status
Not open for further replies.

BrigthWin

Forum Veteran
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.

About this Thread

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

Online now

Members online
545
Guests online
724
Total visitors
1,269

Forum statistics

Threads
2,276,924
Posts
28,973,102
Members
1,230,618
Latest member
alaintzy422
Back
Top