Recent content by moshingbonzo

  1. M

    Python code error

    figured it out. The issue wasn't with the questions but with the final calculation.It the use of brackets around the answers and the use of double brackets for these calculations. Once i changed them around it was all sorted and works now. Thanks for the help rgd1101 :)
  2. M

    Python code error

    MERGED QUESTION Question from moshingbonzo : "python 3.5 code issues" I have been learning python code on my own to gain an advantage in my computer science class for the last couple of weeks from a collection of lessons put online by a high school teacher. Since then i have learnt quite a lot...
  3. M

    Python code error

    I am really struggling to find the error with the python code i have created for my a-level computer science class. Any help would be appreciated. (Using version 3.5) import time print("Quiz time!") print() time.sleep(1) print("Question 1") time.sleep(1) q1=input("What is the capital city of...