Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: extract a dictionary from a string
Post: RE: extract a dictionary from a string

... ... bot = {} #[b]in the code snippet did not give this line, but it is[/b] bot['name'] = 'bot_' + str(i) bot['coord'] = coord bot['gender'] = random.choice(gender) bot['healt...
berc General Coding Help 4 2,888 Jul-30-2020, 06:58 AM
    Thread: extract a dictionary from a string
Post: RE: extract a dictionary from a string

... ... bot['name'] = 'bot_' + str(i) bot['coord'] = coord bot['gender'] = random.choice(gender) bot['healt'] = 0.99 bot['gormon'] = 0.5 bot['live...
berc General Coding Help 4 2,888 Jul-29-2020, 02:04 AM
    Thread: extract a dictionary from a string
Post: extract a dictionary from a string

Hello everyone Please help me solve my little problem. Created an object in canvas tkinter (canvas.create_image(bot['coord'], image = bot['image'], tags = ('bot', bot ['name'], tag1))) and passed the...
berc General Coding Help 4 2,888 Jul-28-2020, 05:36 PM

User Panel Messages

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