Learn practical skills, build real-world projects, and advance your career

Converting String-> List


msg="happy new year 2022 best wishesh"
msg.split()
['happy', 'new', 'year', '2022', 'best', 'wishesh']
 
people="mandy,windy,armanta"