Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How does a set in python store the elements?
Post: How does a set in python store the elements?

I am coming learning python after working with c++ for a few years. In c++ when you insert into a set it orders the elements, I can't figure out why in python sometimes the set will order the elements...
idknuttin General Coding Help 5 2,801 Jul-10-2020, 08:04 PM
    Thread: How to prevent python from going to new line in for loop?
Post: How to prevent python from going to new line in fo...

For example, let's say I want to go through each character in a string and print it like this for x in "Python": print(x)This prints P y t h o nHow do I make it print this instead? PythonMy second...
idknuttin General Coding Help 3 4,952 Jan-15-2020, 03:38 PM

User Panel Messages

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