| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 41 online users. » 0 Member(s) | 39 Guest(s) Google, Bing
|
|
|
| RegEx Help |
|
Posted by: mp3909 - Sep-03-2017, 11:11 AM - Forum: General Coding Help
- Replies (1)
|
 |
import re
dummy = re.compile('XXX\WYYY')
mo = dummy.search('the letters XXX\YYY')
mo.group()Can someone please explain why [py..... More
|
|
|
| maze pattern |
|
Posted by: angelbest4 - Sep-03-2017, 05:46 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello I am a newbie to python and using python 3.
I wish to learn patterns and printing e.g stars etc. I want to make maze pattern but i confused to ..... More
|
|
|
| Username and password |
|
Posted by: Steve2017 - Sep-02-2017, 09:40 PM - Forum: Homework
- Replies (13)
|
 |
HI guys
I need help with my code, I want to create a username and password login python program but I am not getting the right results. so far I go..... More
|
|
|
| Maximum Elements in List |
|
Posted by: ankit_1148 - Sep-01-2017, 11:01 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a doubt - How to find the maximum no. of elements that can be placed in one list.
Also, how can I extend this size limitation.
Thanks
|
|
|
|