-
I have the following solution as a replacement for the closest method, which works as desired, but generates an error: "TypeError: element is null".I have tried all possible variants of this script, ......
-
keywords = ['Forcible Rape','Arson','Burglary/Breaking and Entering','Robbery','Aggravated Assault','Sexual Assault With An Object','Forcible Sodomy','Kidnapping/Abduction','Forcible Fondling', '......
-
print('Nous allons transformer des coordonnées sexagécimale en coordonnées décimales, pour cela :')hemisphere=input('entre tel que hemisphere="x" la lettre 1ère de ton hemisphere :')degs=......
-
Error Code: if(msg.content == "*test"){ msg.delete(); var i; for (i = 0; i < 5; i++) { setTimeout(() => { let yourmessage = msg.content.slice('*test'.length);......
-
I am currently trying to code a Minecraft Ban Checker and had this issue for 2 days now and tried fixing it for 8h and cannot still find the problem. I know I am a dumb coder and I am a newbie and ......
-
I am quite new to python, so maybe there is a simple answer to my question.I have imported data from a json file as follows:input:with open('file_destination.json', 'r', encoding='utf-8') as f: ......