list tag

251 questions


1 answers
100 views
0
To find the first start of a particular condition in a sorted list in Python

Given a sorted list like list1=[1,4,6,8,11,13,16]I would like to know how to get a list of list1 consisting only of 9 or higher.I'm thinking of two ways.First, list1=filter (lambdax: x>=9, list1) S...

2 years ago

1 answers
141 views
0
There is a problem reloading the saved Checkbox value.

Hello. I'm developing an Android app, and after selecting a check box in the Listview in my app, I need to put a specific text in the ArrayList and save that part, and then turn it back on using the s...


1 answers
160 views
0
I am curious about converting the object type data into a list on Android

I get the value from Google Firebase database to getvalue.When I saved it as a set value, the data that was listed was saved as an object typeI'm calling it getValue, but I have to change the object d...


1 answers
70 views
0
To specify indexes in order when the list has duplicate values

a= [Ga, Ga, Ga, Na]for i in a : print(a.index(i))The output value is0003It's an index 0123How can I change it to

2 years ago

3 answers
93 views
0
Python Double List

It doesn't work on the sauce I made at all, and it doesn't come out even if I'm brain-rolling all day today.import randomtable1=[[0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0], ...


2 answers
124 views
0
Python Deduplication

It's a lottery extraction. You have to extract it 6 times without duplicating itPlease tell me how to sort by the most extracted numbers from the six printed lists...Please let me know

2 years ago

1 answers
134 views
0
Output the xml file screen stored on the Android List

I'm making an alarm app using Android.Receiving multiple alarms from users was implemented, but the problem was caused by trying to display the set alarms on the screen.Normally, when we set multiple ...


1 answers
67 views
0
[python question] How should Python handle the collection of .net?

Hello. I was working on development related to .Net, and recently I had to deal with RP4.I've been developing Python recently.Because the direction of the data type or logic processing is somewhat dif...

2 years ago

2 answers
88 views
0
a

.

2 years ago

1 answers
60 views
0
Python// Can I change the string item in the list?

list1 = [**abcd, erggd, 124rrtw].erggd,I want to make the list item *abcd in the list abcd ( is blank)Is there a way to change the module without using it?

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.