What's new

Python program | help.

_Big Boss_

Forum Veteran
Joined
May 20, 2020
Posts
699
Reaction
4,090
Points
705
Mga sir. Baka po ma tulungan nyoko dito. Salamat po.


#RespectPost
 

Attachments

ts good morning, hindi nag spoonfeed dito sa community, try to work on your own muna tapos pag may error at hindi mo magets we will help you. Mas maganda pag ikaw naka solve at naka intindi ng program mo. Wag ka mag alala tutulungan ka namin basta gawin mo muna part mo

Happy coding!!
 
ts good morning, hindi nag spoonfeed dito sa community, try to work on your own muna tapos pag may error at hindi mo magets we will help you. Mas maganda pag ikaw naka solve at naka intindi ng program mo. Wag ka mag alala tutulungan ka namin basta gawin mo muna part mo

Happy coding!!
Sige sir. Tinarabaho kodin. Kaka start koalng din. Check nyo nalang po later. Para maitama nyo. Thank you po. Gusto kolng din po kase makita din yung gawa nyo. Compare sa gawa ko. Btw salamat po.
 
Lodi peding paturo ng method sa dictionary?

clear() - Removes all the elements from the dictionary
copy() - Returns a copy of the dictionary
fromkeys() - Returns a dictionary with the specified keys and value
get() - Returns the value of the specified key
items() - Returns a list containing a tuple for each key value pair
keys() - Returns a list containing the dictionary's keys
pop() - Removes the element with the specified key
popitem() - Removes the last inserted key-value pair
setdefault() - Returns the value of the specified key. If the key does not exist: insert the key, with the specified value
update() - Updates the dictionary with the specified key-value pairs
values() - Returns a list of all the values in the dictionary
 
Salamat po. Nag basa basa din ako. Gets kona po.

mas maganda dictionary mas mabilis kesa kay list ng 10x faster per lookup. same sila mutable pero hindi tumatanggap si dictionary ng duplicate values with the same key(s)

maooverwrite lang yung last value na declared sa duplicate key(s)
 
Mag install ka ng Linux distro sa phone, tas install ka ng VSCODE for Linux, tas bili ka ng bluetooth keyboard, tska mouse ganyan din ako dati, sa phone lng nag cocode, kaya mo yan TS
 

Similar threads

Back
Top