Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Broken interpreter?
Post: Broken interpreter?

Whenever i try to run a script through Python 3.8 it gives me the following output: Output:Please enter a string: (a)There is a total of 0 characters in the string. (b) (c) (d) (e) (f) (g) There...
fcktheworld587 General Coding Help 1 2,279 Dec-26-2019, 07:54 PM
    Thread: Keyword can't be an expression
Post: Keyword can't be an expression

In the following module, IDLE refuses to run it, siting "Keyword can't be an expression" and highlights the ( on the righthand side of AthleteList inside the get_coach_data function. What am I doing w...
fcktheworld587 General Coding Help 2 2,859 Nov-06-2019, 11:29 PM
    Thread: Module
Post: RE: Module

Thank you all so much! I've done pip install wheel and yet bdist_wheel is coming up as an invalid command
fcktheworld587 General Coding Help 5 2,591 Oct-25-2019, 09:21 PM
    Thread: Module
Post: Module

Hi, im trying to make a module: from distutils.core import setup setup( name = "nester" version = '1.0.0' py_modules = ['nester'] author = 'j' aut...
fcktheworld587 General Coding Help 5 2,591 Oct-25-2019, 05:29 PM

User Panel Messages

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