41 questions
I'm a beginner at Cotlin.I'm currently using gson in the Cotlin projectGetting the data from the DB server was successfulI checked that it appears as a text in the Recycler view.What I want to do is t...
void set(int h, int m);int h,m,;int main(void){ set(h,m); printf(%d%d, h,m);}void set(int h, int m){ printf (Enter the first hour (24 hours): ); scanf(%d%d, &h, &m); }I'd like to initialize th...
from settiing import *from boy import *def start(): value = web() // Import data from the web (value=[4,5,6]) gosetting(value) goBoy()a = 1b = 2c = 3def goSetting(value): global a global b globa...
I'm a beginner at Python.On the left, we specified the f function in the main If you run the main function, the f function also runs.Let's define the f function separately like the rightRunning the ma...
JNA = []KAL = []AAR = []JJA = []ABL = []TWB = []ASV = []airlines = ['lj-jna', 'ke-kal', 'oz-aar', '7c-jja', 'bx-abl', 'tw-twb', 'rs-asv']for i in airlines: driver.get('https://www.flightradar24.com/da...
#include <iostream>using namespace std;int main() { int num1, num2; // variable to store two digits from the user inti; // variables for repetition int oddSum = 0; // Variable to store odd sum e...
If you answer my question, I will never forget this kindness.My question is, to sum up,I want to use the instance as a variable in the method.For example, class Marine: def __init__(self): self.healt...
I want to make a game with discode bot+ Participation saves the user in the variable p1 I want to make the user save in the variable p2 when I type + Participation 2.How can I store users in variables...
Hello. ^^I was making a programSelf the string delivered as a factor.Can we replace it with a variable?I'm asking this question because I'mFor example, this is the case.def a(self, string) : self.stri...
int a,b;void swap(int a, int b);int main(){scanf(%d %d,&a,&b);if(a>b) swap(a,b);printf(%d %d, a,b);for(int i=a;i<=b;i++) printf(%d ,i);}void swap(int a, int b){ int temp; temp=a; a=b; b=...
« | - 4 - | » |
© 2024 OneMinuteCode. All rights reserved.