What is the output of the following?
My_list=['London', 'Newyork']
a='-join(My_list)
b=a[3:10:2]
print(b)
Answers
Answered by
1
a Python program to print a specified list after removing ... Sample data : Missing values in second list: b,a,c ... Expected Output: [{'color_name': 'Black', ' color_code'
I hope it's help you please like
Similar questions