0
Why doesn't this code result in this output the syntax is from a python course the app pythonX in
Input: setOne={1,2,3} setTwo={6,8.9,"James"} Output: {1,2,3} {6,8.9,"James"}
3 odpowiedzi
+ 4
You aren’t printing the sets, so the code has no output.
+ 3
If you want output, you need to use the print() function. Sololearn Python playground is not interactive.
+ 3
Go to phyton for beginners course. And then you will learn more.
https://www.sololearn.com/Course/JUMP_LINK__&&__Python__&&__JUMP_LINK-for-Beginners/?ref=app