Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAY 17 PACKING DICTIONARIE u forgot f format at print #313

Closed
avinaykalyanreddy opened this issue Oct 18, 2022 · 0 comments
Closed

DAY 17 PACKING DICTIONARIE u forgot f format at print #313

avinaykalyanreddy opened this issue Oct 18, 2022 · 0 comments

Comments

@avinaykalyanreddy
Copy link

your code
def packing_person_info(**kwargs):
for key in kwargs:
print("{key} = {kwargs[key]}")
return kwargs

print(packing_person_info(name="Asabeneh",
country="Finland", city="Helsinki", age=250))

my suggestion replace ur print with print(f"{key}={kwargs[key]})

Repository owner locked as resolved and limited conversation to collaborators Jul 8, 2023
@Asabeneh Asabeneh closed this as completed Jul 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants