| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,261
» Latest member: SledgeNE
» Forum threads: 38,785
» Forum posts: 175,843
Full Statistics
|
| Online Users |
There are currently 55 online users. » 1 Member(s) | 50 Guest(s) Google, Bing, AOL, AOL, buran
|
|
|
| transform list to tuple with |
|
Posted by: takaa - Nov-28-2017, 10:30 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
summary:
I have this output: [(1,), (2,), (3,), (4,), (5,)]
Question, how can I transform this to: ('1', '2','3','4',5')
Below is my trial..... More
|
|
|
| another dice roll! |
|
Posted by: mzmingle - Nov-28-2017, 02:14 PM - Forum: Game Development
- Replies (3)
|
 |
My friend wrote a program that displays an amount of dots (like a dice would), and pauses when you click. I tried to edit this code to use images - bu..... More
|
|
|
| what i am doing tonight |
|
Posted by: Skaperen - Nov-28-2017, 03:05 AM - Forum: Bar
- No Replies
|
 |
tonight i am doing a lot of rewriting of sessionin.py that inputs to a session, revising the code that interprets the control character escape ..... More
|
|
|
| Problem with tkinter widget list |
|
Posted by: Larz60+ - Nov-27-2017, 12:54 PM - Forum: GUI
- Replies (2)
|
 |
This is part of the Enigma project that I am working on.
I'm adding a new post here, because this is a question having to do specifically with a GUI ..... More
|
|
|
| dice roll? |
|
Posted by: mzmingle - Nov-27-2017, 11:38 AM - Forum: Game Development
- Replies (1)
|
 |
For homework I've been told to write a pygame program where you can click to roll a dice. I've tried making it so you just click a button and it displ..... More
|
|
|
| while iterating a list, it changes all the elements at once |
|
Posted by: henrik0706 - Nov-26-2017, 08:10 PM - Forum: General Coding Help
- Replies (7)
|
 |
I have a 3x3 square that is filled with None values [[None, None, None], [None, None, None], [None, None, None]]
I want to fill the first row and col..... More
|
|
|
|