News

> **输入** : test_list = [{1:5,6: 7,9:1},{2:6,9: 10,1:4},{6:5,9: 3,1:6}] > **输出** : [{6: 5,9:3,1:6},{1:5,6:7,9: 1},{2: 6,9:10,1: 4}] ...
2. WAP to print names of your 5 friends each in new line using single print() and single string. 3. WAP to print names of your 5 friends each in new line using single print() and independent string ...