Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Output of Python code
Post: RE: Output of Python code

I Didn't get any output According to me, answer should be "No Output" Kindly confirm that it is correct or not. Thanking you in advance..
hemal07yc General Coding Help 5 3,977 Sep-13-2019, 10:57 AM
    Thread: Pythone module for dynamic rule execution
Post: Pythone module for dynamic rule execution

Which module in Python can be used for dynamic rule execution? 1. "re" module 2. "regex" module 3. "pyregex" module 4. None
hemal07yc General Coding Help 1 9,009 Sep-13-2019, 10:50 AM
    Thread: Output of Python code
Post: Output of Python code

what is the output of the following code in Python 3.x environment? x = "abcdef" i = "i" while i in x: print(i, end=" ") Options: 1. abcdef 2. Error 3. a b c d e f 4. No Output
hemal07yc General Coding Help 5 3,977 Sep-13-2019, 10:44 AM

User Panel Messages

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