error tag

111 questions


1 answers
58 views
0
It's the code I got. The game is not running...Help me!

I scratched the game source code I found on the Internet, modified only the image part and css part, and ran it, but Uncaught ReferenceError: $ is not defined and it does not run... What's wrong with ...

2 years ago

1 answers
123 views
0
Error in inf file (c2059 syntax error: constant)

I made source C with visual studio, but there is an error in the inf file that I read during the build process.(input path)\paper.inp(1):error C2059: Syntax error: 'constant'An error like this appears...

2 years ago

1 answers
55 views
0
Python encountered an error saying 'str' object does not support item deletion.

Hello, I am studying PythonI wanted to delete a specific index in the array using del, so I made the following code. 'str' object does not support item deletion.There was no error before writing this ...

2 years ago

1 answers
96 views
0
I don't know why I get an error.

print=Hello! This is pie coffee that stir-fry fragrant coffee beans. Please choose a language!) language=int (input('1. Korean 2.english 3.')語本')def coffee(c): if language == 1: if c==1: a=1500 el...

2 years ago

1 answers
72 views
0
Java error: class found on application class path

The error error: class found on application class path occurs when running Java.What's the problem?

2 years ago

2 answers
54 views
0
Java's standard unreachable statement

I wrote the code that came out of the standard Java code and tried it.public class SampleNameFor { public static void main(String[] args) { Loop1:for (int i = 2; i <= 9; i++) { for (int j = 1; j ...

2 years ago

1 answers
43 views
0
Hello. I'm making a square calculator, but I'm getting a grammatical error.

def divided_by(x,y): return x**ydef main(): under_input = float(Enter the bottom value.) explicit_input = float(input(Enter an exponential value)) if exponential_input is (1 > exponential_input) p...

2 years ago

1 answers
88 views
0
There was a problem coding the vending machine with Python. TypeError: '<' not supported between instances of 'tuple' and 'int'

def show_menu(): print() print ([Vending Machine Sales Menu]) for i in range(0, len(drink_menu)): if i%10==0: print() print(|,i+1,.,drink_menu[i],:,drink_price[i],|,end= )def buy(num): if money <...

2 years ago

1 answers
49 views
0
(Correction) Python HTTP Error: Forbidden Question!

I want to download it from the same address. There are too many to do manually, so I thought it would be simple, so I coded it. It says HTTPError: Forbidden.Without %06 just 1, 2, 3, 4... It worked we...

2 years ago

1 answers
68 views
0
I made an app with python py2app, but error message

os x YosemiteThe virtual environment in pyenv is python 3.5.1Install py2app with pip # -*- coding: utf-8 -*-from setuptools import setup# Information such as name, description, version, etc. is the sa...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.