Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Self taught , (creating a quiz) syntax error on my array
Post: RE: Self taught , (creating a quiz) syntax error o...

C:\Users\Admin\PycharmProjects\Giraffe\venv\Scripts\python.exe C:/Users/Admin/PycharmProjects/Giraffe/Question.py Process finished with exit code 0im not getting any prompts to answer the question
DarkAlchemyXEX Homework 9 4,404 Jan-10-2020, 02:19 AM
    Thread: Self taught , (creating a quiz) syntax error on my array
Post: RE: Self taught , (creating a quiz) syntax error o...

I still get the same end result after the change ichabod801
DarkAlchemyXEX Homework 9 4,404 Jan-10-2020, 01:43 AM
    Thread: Self taught , (creating a quiz) syntax error on my array
Post: RE: Self taught , (creating a quiz) syntax error o...

I deleted both files and decided to re-do the whole program , the good news is that Process finished with exit code 0 however nothing prints in the the terminal so the user cannot input naswers to the...
DarkAlchemyXEX Homework 9 4,404 Jan-09-2020, 10:53 PM
    Thread: Self taught , (creating a quiz) syntax error on my array
Post: RE: Self taught , (creating a quiz) syntax error o...

I tried colon and I still receive the same syntax error only with a colon typed in
DarkAlchemyXEX Homework 9 4,404 Jan-09-2020, 05:52 PM
    Thread: Self taught , (creating a quiz) syntax error on my array
Post: Self taught , (creating a quiz) syntax error on my...

Im self teaching python , trying to create a quiz but Im having a error on line 17 , im importing from from this code Quote:Question.py class Question: def__init__(self, prompt, answer): self.promp...
DarkAlchemyXEX Homework 9 4,404 Jan-09-2020, 04:23 PM
    Thread: If Statements and Comparisons returns a syntax error
Post: RE: If Statements and Comparisons returns a syntax...

Thank you
DarkAlchemyXEX Homework 2 2,492 Jan-02-2020, 01:25 PM
    Thread: If Statements and Comparisons returns a syntax error
Post: If Statements and Comparisons returns a syntax err...

I'm self teaching python and need a bit of help . I'm trying to figure out why my code gives me a syntax error. def max_num(num1, num2, num3): if num1 >= num2 and num1 >= num3: return num1 e...
DarkAlchemyXEX Homework 2 2,492 Jan-02-2020, 12:59 PM

User Panel Messages

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