32 questions
I'm sorry it's not a question about the code. It's nothing else, but I was thinking about making a list of data that comes out like this on Python today, and it got stuck. I'm guessing it's using a da...
a=b=[0]print(a[0])b[0]=1print(a[0])Why was the value of b automatically substituted for the value of a when the value of a was not adjusted except when the list was first declared in the code above? I...
C language and Python are the only languages that can be usedI'm trying to get started with Android programming, but they made it without javaThere seems to be no restrictionI'm trying to make a simpl...
I'm taking a C++ course and in the textbook,It says so. Other than that, you can understand it for readability or safety reasonsI don't understand to use {} even when writing a line.I think the source...
Hello, I am currently studying Python.I'm studying Socket Communication Program Maybe because I'm not used to it yet, I don't understand well even if I take this and that from various blogs and open i...
retval=recv(clnt_socks[job1],buf,BUFSIZE,0);// // buf[retval]='\0';if (strcmp(answer, buf) == 0) { for (i = 0; i < clnt_cnt; i++) { //... }}else { for (i = 0; i < clnt_cnt; i++) { //... }}The ...
I'm a student studying blockchain and bitcoin.I got raw block data of bitcoin block through web api as below.url=https://blockchain.info/rawblock/00000000000000000002447735c7723ee9188322c0938e6587866a...
Hello.I understand that many of the programming languages can refer to themselves while defining a function or class.Recursive Function.# Python3sum = 0;def factorial(a, n) if (n==1): return 1 else: ...
After searching here and there, I think the test case is definitely the smallest unit of test code.It is also found in many documents that test suit and test unit are units that bind case to some exte...
I want to create a function that takes data from contacts and registers it as a friend.However, there is no problem with pressing the Register with your contact button and showing the registered conta...
« | - 3 - | » |
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.