or tag

453 questions


1 answers
55 views
0
python import numpy error

Hello, I'm a work scheduler.Error executing py filecryingI am using Python as anaconda in Windows 10.As I checked the error, In cmd, an error occurs when you type python in the path C:\Users\bjpark\An...

2 years ago

2 answers
95 views
0
To join a python list element to a certain rule

# Parsing matchalpha_list = [A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P]# After parsing alpha_list = [A, &, B, &, C, &, D, &&, E, &, F, &, G, &, H, &&, I, &...


1 answers
107 views
0
Problem occurs in the destructor. Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)

I keep getting errors from the extinction person, but I'm using xcode, so I don't know which part is the problem ㅜ

2 years ago

1 answers
80 views
0
TypeError: list indications must be integrers or slies, not str integer? str? I'm not sure.

TypeError: list indications must be integrers or slies, not str error, but I don't know how to solve it, I tried int instead of str, but it didn't work. //tsne = TSNE(random_state=0, n_iter=300, learn...

2 years ago

1 answers
48 views
0
Python tkinter error question

line 2389, in pack_configure self.tk.call(_tkinter.TclError: bad window path name .!buttonWhat kind of error is this?

2 years ago

1 answers
95 views
0
[Python Beginner] Question why the results depend on the difference in the empty dictionary declaration position (in or out) in the for statement

Hello, I'm a beginner at Python.I want to create a dictionary that increases sequentially with a for statement and add it to one list It depends on the difference in the position of the empty dictiona...

2 years ago

1 answers
65 views
0
Print out all beginner repeat cards

Hello, I'm a student who just learned coding.I have to print out the results below, but it's not as easy as I thought.symbol_list = ['Spade','Heart','Diamond','Clover']for i in range(1,53): for j in s...

2 years ago

2 answers
119 views
0
No instance of constructor matching argument list.

#define _CRT_SECURE_NO_WARNINGS#include <iostream>#include <cstring>using namespace std;class MyFriendInfo{private: char* name; int age;public: MyFriendInfo(const char* fname, int fage) :...

2 years ago

1 answers
51 views
0
Python Default Error

try: print(This is a single-digit calculator.) num1 = int (input (Enter the first digit :) num2 = int (input (Enter the second digit :) print({0} / {1} = {2}.format(num1, num2, int(num1/num2)))except ...

2 years ago

1 answers
47 views
0
Python Error

starbucks=Iron Man, Thor, I am Groot]for customer in starbucks: print ({0}, coffee is ready.)format(customer))I think I used this for correctly, but it doesn't work.SyntaxError: invalid syntax appears...

2 years ago
« - 38 - »

© 2024 OneMinuteCode. All rights reserved.