<Apti
Code
/>
Back
Question 432: What is the result of the expressionset('python')?
tcs
wipro
infosys
general
aptitude
sets
python-programming
Theset()constructor converts a string into a set of its characters.
{'p', 'y', 't', 'h', 'o', 'n'}
('p', 'y', 't', 'h', 'o', 'n')
['p', 'y', 't', 'h', 'o', 'n']
('python')
Submit Answer
Show Answer
Previous
Next