Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Logging in many submodules
Post: Logging in many submodules

Let's say I have 20 modules, and I want to log all messages in this modules. For example Project -- package1 -- test1.py -- test2.py -- package2 -- test1.py -- test2.py ...
veysel General Coding Help 0 630 Sep-10-2022, 07:31 PM
    Thread: tuple
Post: RE: tuple

thank you, now i understand my fault and i correct my faults like; a=("veysel",) >>print(a) ('veysel',) a=a+("olgun",) >>print(a) ('veysel', 'olgun')
veysel General Coding Help 4 2,956 Feb-21-2019, 10:42 AM
    Thread: tuple
Post: RE: tuple

Thank you for help i understand and 10 minutes ago i found that; s=("hello",) b=s+tuple(("veysel",)) >>print(b) ('hello', 'veysel')this is what i search and actually this is same as what you ...
veysel General Coding Help 4 2,956 Feb-21-2019, 10:05 AM
    Thread: tuple
Post: tuple

hello everyone, i have q question to you s=("hello",) b=s+tuple("veysel",) print(b)it prints ('hello', 'v', 'e', 'y', 's', 'e', 'l') but i am waiting ('hello','veysel') is only way to do that lik...
veysel General Coding Help 4 2,956 Feb-21-2019, 09:12 AM

User Panel Messages

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