SyntaxFix
Write A Post
Hire A Developer
Questions
I have taken an empty dictionary as f and updated the values in f as name,password or balance are keys.
f=dict() f.update(name=input(),password=input(),balance=input()) print(f)