0

Can we make an input a dictionary python

12th Jan 2020, 11:21 AM
Monish Gokulsing
2 ответов
+ 1
If you meant to 'take a dictionary input', then try this: dict = {'name': str(input())} print(dict['name'])
12th Jan 2020, 11:46 AM
777
777 - avatar
0
Thx bruddas
12th Jan 2020, 11:48 AM
Monish Gokulsing