111 questions
The following error appears when running the runserver with the long-range setting set.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 5: invalid start byteI know it's an encoding...
final public String CREATE_FAVORITE_SONG_TABLE_QUERY = CREATE TABLE + FAVORITE_SONG_TABLE_NAME + ( + ID INTEGER PRIMARY KEY, + favorite_id int(10), + sound_res char(30), + sound_name char(3...
of Python, to list serise value from the string float I was about to change it to error .What's wrong?The code intention is change_csv['Volume'] serise is 1.61M, 77.2K, and it's kilo and millon I want...
I posted a question earlier, but as soon as I solved that error, I encountered a new error... Like this, it's a code that combines three RGB images to make one image, but does anyone know what the pro...
'''the solution of a linear equation'''from sympy import Symbol, solvex=Symbol('x')expr = x-5-7solve(expr)The program is the same as above There's an error at the bottom. Traceback (most recent call l...
I am a freshman in college who entered Python. I tried to express the dead rule operation as a function, but the first elif keeps showing an error window called invalid syntax with a red line. I don't...
class Tensor: def __init__(self, data, shape): self.data = data self.shape = shape self.tensor = shape_data(self.data,self.shape) # <-- * def shape_data(self,data,shape): temp1=[] temp2=[] sh...
Python python -m http.When I entered the command server, there was no error on other computers. But when I input it on my friend's computer, it says, Traceback (most recent call last): and at the end,...
print(Enter the year you were born.)birth-year = int(input())age = 2017 - birth-year + 1In the second line, the birthday-year is called can't sign to operator, but I don't know whyㅠㅠ
I'm studying Python for djangoWhen you run the server, continue UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb1 in position 0: invalid start byteI don't know if this is the problem, but when ...
« | - 4 - | » |
© 2024 OneMinuteCode. All rights reserved.