19771 questions
Hello, I'm a beginner who just started playing pandas. I'm a python.It's just that I'm making a df in Dataframe that contains certain words, and that particular word gets some value from the array. ar...
Hello, I am a college student who is studying artificial intelligence for the first time. While studying artificial intelligence programming, I practiced making a 3*3 Tiktecto game that competes with ...
Hello, it's a simple code, but I don't understand it well, so I'm asking.case1=['a','b','c']case2=['d','e','a']result=[]subresult=[]for j in case2: for i in case1: subresult.append(i+j) result.append...
Hello, I'm asking you a question because I'm stuck in an object declaration error while studying Java!#Box.javapublic class Box { int width=0; int height=0; public void printSize() { System.out.print...
'''f = open(rC:\Users\ocwot\Desktop\파이썬 연습\example.txt,'a+' ,encoding='utf-8') f.write('Deae,') #Add Dataf.seek(0)print(f.read())f.close()'''f = open(rC:\Users\ocwot\Desktop\파이썬 연습\example.txt, encodi...
For example, is it wrong to write #defineTAX0.5f like this?
I'm a fledgling engineer.I don't know how to write a program that determines that a word bingo has been achieved (hereinafter referred to as victory conditions). It's not a normal number bingo game, i...
With CoreDataI'd like to display adata in the list with Entity as AData and attribute as adata, but I can't find items.adata because the initial value is empty.says items.adata?But it will come out.Wh...
Is it guaranteed that the primary template will be selected when a class template with full specialization of long is materialized with int, as shown in the following code?#include<iostream>temp...
I ran getVoices() of the Web Speech API with the following code in chrome, but it returned with an empty array.How can I get it?const voice=speechSynthesis.getVoices();console.log(voice);<·[]// Con...
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.