79409382

Date: 2025-02-03 16:26:52
Score: 0.5
Natty:
Report link

There is no need for loop, try this easy method, but there are others too:

name=input('Enter your name: ')
bid=input('Enter your bid: ')
dict1={}
dict1[name]=bid
print(dict1)
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Antonis Konstantinou