![]() |
VOOZH | about |
Python String format_map() method is an inbuilt function in Python, which is used to return a dictionary key's value.
Syntax:
string.format_map(z)
Parameters:
Here z is a variable in which the input dictionary is stored and string is the key of the input dictionary. input_dict: Takes a single parameter which is the input dictionary.
Returns:
Returns key's values of the input dictionary.
Output:
John's last name is Wick
Output:
geeksforgeeks b
Output:
Barry is an Engineer and he is 30 years old. Bruce is an Doctor and he is 31 years old.
The format_map() function can be used in any practical application.
Output:
George has 10 new messages