453 questions
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...
# 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, &...
I keep getting errors from the extinction person, but I'm using xcode, so I don't know which part is the problem ㅜ
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...
line 2389, in pack_configure self.tk.call(_tkinter.TclError: bad window path name .!buttonWhat kind of error is this?
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...
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...
#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) :...
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 ...
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...
« | - 38 - | » |
© 2024 OneMinuteCode. All rights reserved.