0
data= { 'red' :1, 'blue' :2, 'green' :3} def makedict(** kwargs): return kwarge data = makedict( red = 1; blue =2; green =3;)
3 Respostas
+ 3
Without knowing the aim of your try, it is difficult to rework the code. May be you can give us a description what the output should look like. Thanks!
0
https://www.sololearn.com/Discuss/2431321/?ref=app
Same question two times, wait for some time you will get answer and delete this
- 1
.