adriansgrrx / Contact-Tracing-Program

Contact Tracing Program using dictionaries
1 stars 0 forks source link

Wrong #1

Open dmadrigalejos opened 1 year ago

dmadrigalejos commented 1 year ago

https://github.com/adriansgrrx/Contact-Tracing-Program/blob/ca27aaf81428112e8a5eff91e375046b0561f67a/my_contact_tracing_app.py#L37

Your dictionary can only store one person info.

Try to use fullname in all of the keys in your dictionary.

fullname = input("Fullname: ") database[fullname]["Fullname"] = str(input("Fullname: ")).title()

adriansgrrx commented 1 year ago

Good morning sir, hindi ko po na-test yung part ng multiple person info. Noted po, I'll do better next time.