Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I really need help, I am new to python, I am using a book that helps me to learn
Post: RE: I really need help, I am new to python, I am u...

(Nov-27-2020, 04:17 PM)deanhystad Wrote: Collision does not return a value for all cases. Is this a logic or indentation error? I found the error but thank you for your try to help!
JaprO General Coding Help 5 3,009 Nov-28-2020, 02:30 PM
    Thread: I really need help, I am new to python, I am using a book that helps me to learn
Post: RE: I really need help, I am new to python, I am u...

(Nov-27-2020, 01:23 PM)JaprO Wrote: I am using the book and it says this should work, the score is in collision as you can see, and when i want to add score += collision() it doesnt work and all the...
JaprO General Coding Help 5 3,009 Nov-27-2020, 03:51 PM
    Thread: I really need help, I am new to python, I am using a book that helps me to learn
Post: RE: I really need help, I am new to python, I am u...

I am using the book and it says this should work, the score is in collision as you can see, and when i want to add score += collision() it doesnt work and all the bubbles dissappear and when I just pu...
JaprO General Coding Help 5 3,009 Nov-27-2020, 01:23 PM
    Thread: I really need help, I am new to python, I am using a book that helps me to learn
Post: I really need help, I am new to python, I am using...

from tkinter import * from time import sleep, time from random import randint from math import sqrt HEIGHT = 500 WIDTH = 800 window = Tk() window.title("Stoppa bubblorna!") c = Canvas(window, width=WI...
JaprO General Coding Help 5 3,009 Nov-26-2020, 03:20 PM

User Panel Messages

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