We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Collections.OrderedDict()
Collections.OrderedDict()
Sort by
recency
|
698 Discussions
|
Please Login in order to post a comment
Welcome the most popular Roblox exploit for Windows that works completely free..This tool is capable of running multiple scripts in popular Roblox games i.e. Blox Fruits, Tower of Hell, Adopt me, Murder Mystery 2, etc Using the Trigon Evo Executor, you can enhance your overall gaming experience by unlocking the additional features not available in the original game.
Welcome the most popular Roblox exploit for Windows that works completely free..This tool is capable of running multiple scripts in popular Roblox games i.e. Blox Fruits, Tower of Hell, Adopt me, Murder Mystery 2, etc Using the Trigon Evo Executor, you can enhance your overall gaming experience by unlocking the additional features not available in the original game.
from collections import OrderedDict n = int(input()) item = OrderedDict()
for _ in range(n): item_name,price = input().rsplit(' ',1) price = int(price)
for item_name,item_price in item.items(): print(f'{item_name} {item_price}')
def col_net(): n = int(input()) dic = {} lis = [] for _ in range(n): line = input().strip() item,price = line.rsplit(' ',1) price = int(price)
col_net()