[Tutor] Random ai win glitch

2019-05-01 Thread Cravan
Hi all,     I’m a beginner using python3, and recently learnt oop in pygame. What I’m trying to create is a tug of war game, but somehow my console prints Ai wins even before the player crosses the middle line.Here is my code: newsettings.py: # Basic colours BLACK    = (   0, 

[Tutor] Error when trying to insert csv values into a sql table

2019-06-11 Thread Cravan
Here is the stack overflow link: https://stackoverflow.com/questions/56540292/error-when-trying-to-insert-csv-values-into-a-sql-table I'm getting a weird error code when I try to store values from a csv into an sql table in a movie review assignment. I have already edited my apostrophes and

[Tutor] Unexpected result when running flask application.

2019-06-19 Thread Cravan
. How should I modify my code then? Also, when trying out search.html, it prints method not allowed for the requested URL. How should I rectify this? Cravan {% extends "layout.html" %} {% block title %} ERROR 404 NOT FOUND [1]Retry! {