A Level Computer Science [AQA]

This is the computer science section of the site. This page is focused on the AQA exam board, however other exam boards may include content from here.

All code where the language should be known is written in Python.

This site is written for when you feel like this ^

answer = input("What do you want to do?") answer = "Get better than GCSE." print("Well you've come to the right place.") ans2 = input("Do you want help with your NEA?") ans2 = "Yes" print(ans2 + "?!?!?! Go somewhere else.")