mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
Merge branch 'master' into python-json
This commit is contained in:
commit
960563164b
@ -50,4 +50,5 @@ updateCustomers(customerDict)
|
|||||||
customers = getCustomers()
|
customers = getCustomers()
|
||||||
customers["i"] = Customer("i", "Bob", "Smith").__dict__
|
customers["i"] = Customer("i", "Bob", "Smith").__dict__
|
||||||
|
|
||||||
updateCustomers(customers)
|
updateCustomers(customers)
|
||||||
|
print(customers)
|
Loading…
x
Reference in New Issue
Block a user