Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: List and loop
Post: RE: List and loop

(Oct-23-2019, 07:27 AM)woooee Wrote: If you want items in both lists, use set union https://www.programiz.com/python-programming/set#unionThank you for suggesting better ways. I know there are many ...
Sandeep2000 General Coding Help 5 2,710 Oct-23-2019, 07:44 AM
    Thread: List and loop
Post: List and loop

I am not getting expected output? Why? phrase="don't panic" plist=list(phrase) str1="on tap" qlist=list(str1) for item in qlist: if item not in plist: plist.remove(item) print(plist)Output...
Sandeep2000 General Coding Help 5 2,710 Oct-23-2019, 05:53 AM
    Thread: Floating and decimal
Post: Floating and decimal

Can someone explain how computer store decimals, double and floating number.
Sandeep2000 News and Discussions 2 2,404 Aug-07-2019, 02:55 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020