Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can we get a product of a list and a tuple or set? Means--- a= {2,3}. Print(list(product(a, range(3)))). If yes then how?
lists
python
sets
tuples
1 Vote
3 Answers
23rd Jul 2019, 9:16 AM
Achal Saxena
write a HTML code to create a bulleted list-- MS Word, MS Excel,MS PowerPoint,MS Access and ordered list for apples and oranges.
any
html
0 Votes
5 Answers
2nd Feb 2018, 1:45 PM
Harsh
Given an ordered linked list whose node is represented by ‘key’ as informationand ‘next’ as link field. Write a java program to
linkedlist
0 Votes
4 Answers
15th Jan 2021, 5:30 PM
Mahima
If I have a variable that is a list how do I assign the number of nonduplicate values to a variable in Python? Homework
python
-1 Vote
5 Answers
25th Mar 2021, 1:26 AM
Alex
JQuery To Do List with delete confirm - but the question comes for all entrys, instead of one time.
events
handling
jquery
1 Vote
2 Answers
10th Oct 2019, 12:35 PM
itsAnyTime
java program to find all accurrences of characters in given file and store the result in array or linked list ?
arrays
linkedlist
1 Vote
4 Answers
22nd Mar 2018, 9:07 AM
Nada Darras
Can someone explain to me with this code at the switch statement? Anything improvement in my linked list deletion code?
c
cprogramming
cprograms
deletion
linkedlist
lists
pointers
structs
0 Votes
2 Answers
17th Jan 2020, 6:01 PM
CY_27
What if after listing from 1 to 5, and I decided to start the numbering of another list from one(1)
lists
0 Votes
4 Answers
3rd Sep 2018, 10:25 PM
Francis Mbang
I want an explain to this labeling code
list
operations
python
python3
v
3 Votes
4 Answers
31st Dec 2020, 7:27 PM
XLK
How can I take user inputs from forms add, edit and delete from list items on my html page. Just like adding a to-do list.
date
edit
forms
javascript
save
store
0 Votes
6 Answers
6th Jul 2020, 5:54 AM
Edward Ndiyo
So basically i have to write a python script of display standard deviation to a given list of numbers
doubt
0 Votes
2 Answers
1st Sep 2019, 4:35 PM
Yash Kumar
Please I don't understand how the codes on each item in a list is performed, can someone explain pls?
loops
python
0 Votes
4 Answers
12th Apr 2017, 3:11 PM
Akintaju Victoria
append method problem in int values
append
int
list
python
1 Vote
3 Answers
29th Mar 2021, 7:37 AM
meherDev
It is an array of arrays. A. String arrays B. Array C. Character Array D. List
java
0 Votes
2 Answers
21st Aug 2016, 11:37 AM
Nardz
How Do I Make A Sum Of An Array[ ] With Another In C?
array
c
c#
c++
list
5 Votes
2 Answers
6th May 2019, 4:29 PM
zDev GameDev
Do I save a memory when I'm declaring an array, instead of storing a list of values, or I will just save the time? [answered]
arrays
java
7 Votes
3 Answers
2nd Mar 2017, 7:48 PM
AdaMM
Is there any list what you get when you combine two fundamentals in c++ for example (float)*(int)=(float)
c++
0 Votes
2 Answers
14th May 2018, 9:13 PM
Salt MyMan
Using for loop .. how can i chosse fbe longest name in the list ?
python
0 Votes
2 Answers
17th Dec 2016, 3:53 AM
amrr
Input a list of numbers and swap elements at the even location with the elements at the odd location.please tell any other appro
python
python3
1 Vote
3 Answers
30th Jan 2022, 5:12 PM
Aditya Pradhan
While loop
list
python
while
whileloop
1 Vote
3 Answers
18th Mar 2019, 6:11 AM
Manpreet Kaur
How to reverse a line of string in Python.Example Input I am abhishek kumar output should be kumar ahishek am i
list
python
split()
string
0 Votes
3 Answers
20th Sep 2021, 2:08 PM
Abhishek Kumar
(List and Set) to Tuple anomaly?
data-types
list
set
tuple
2 Votes
4 Answers
7th Mar 2017, 2:29 PM
Evgeny Afanasov
Which of the following can be used as a key for a dictionary? Select all that apply dictionary list string Tuple set
dictionary
key
0 Votes
2 Answers
7th Mar 2023, 12:38 PM
Dhananjay Netam
Write a single line code in python3. to return list of first letter of each word from given statement.
python3
0 Votes
2 Answers
30th Mar 2020, 11:19 AM
AMRIT PRASAD PHUYAL
How to convert the input () to list,if i can receive the input () directely a list show me whow
python3
0 Votes
2 Answers
17th Mar 2020, 9:20 PM
Gerar Poul
Hi im new on html and would like to know if creating lists with <p>tag in html is faster than using the list tag.
lists
1 Vote
5 Answers
29th Nov 2019, 2:43 PM
Dtrexx
There is a user named solo learn that was automatically added in my following list is this real solo learn team
solo
sololearn
1 Vote
2 Answers
15th Sep 2020, 12:12 PM
匚ㄖᗪ丨几Ꮆ 爪卂丂ㄒ乇尺
hey can some one tell me how to print input of this question in a list ?
arry
lists
python
python3
strings
0 Votes
1 Answer
13th May 2020, 8:08 AM
Snehil Tripathi
How can I use code playground with Javascript? It doesn't show Javascript on the list of codes.
code
javascript
0 Votes
1 Answer
2nd Apr 2022, 12:49 PM
Brayden Worlein
I want to create this string into nested list or dictionary.how can i do that?my code is wrong can u correct it.
python
0 Votes
4 Answers
14th Dec 2018, 2:16 PM
Mara
IN PYTHON: How come you can change elements of a list which is in a tuple and not get an error?
python
0 Votes
3 Answers
28th May 2020, 8:31 AM
Barabbas
Python accessing nested lists
elements
list
nested
python
0 Votes
3 Answers
1st May 2020, 12:59 AM
Casc
Python Vending Machine
help
list
machine
python
vending
-1 Vote
4 Answers
8th Jun 2021, 4:08 PM
Elise Davis
How does exception handling in Python differ from Java? Also, list the optional clauses for a “try-except” block in Python?
python
-2 Votes
4 Answers
1st May 2020, 2:30 PM
Humayun Ali Khan
When we define a string, do we cosider it as a list even we don't put it's mark?
lists
python
3 Votes
1 Answer
20th Apr 2017, 6:59 PM
Fatemah Abd El-Aziz
How to make a method in C# that make a list of all the primes under an int
m
0 Votes
2 Answers
13th Sep 2022, 11:28 PM
TheMasterBee
A good way to create multidimensional arrays in python.
array
list
multidimensional
python3
pythonicness
3 Votes
4 Answers
18th Jul 2018, 4:05 AM
Satyam
What is lists in python and why it is used in python
list
lists
python
used
0 Votes
3 Answers
5th Oct 2019, 6:17 PM
Balaji
Please can you list out the steps in order to create a website using Html, Css, JavaScript And Php?
css3
html
javascript
php
2 Votes
1 Answer
20th Jul 2021, 6:46 PM
Victor Ojo
Write a program in C++ to display a list of 10 numbers in ascending order using Bubble sort technique
tags
0 Votes
2 Answers
24th Aug 2021, 1:09 PM
Danish Shaikh
How to search for particular types of words from a list in a sentence given in the user input?
chatbot
input
python
python3
search
0 Votes
2 Answers
7th Mar 2019, 4:56 AM
Ядрото
how do I get a base for creating an app?
list
phyton
set
0 Votes
1 Answer
20th May 2020, 9:14 AM
MOHAMMED AMEEN SHAIKH
I found this file in the data from the sololearn server, is it normal for them to have a list of covid cases in California..? 🤔
covid
curio
files
python
1 Vote
3 Answers
31st Jul 2023, 2:31 AM
Reynier Ramos
How can I set a list to Word spacing 30px? I have tried so many times but can't figure out what I'm doing wrong.
css
html
list
word-spacing
4 Votes
2 Answers
18th Mar 2017, 3:32 PM
Ruth
How sorting function works on nested lists in python
list
nestedlist
python
sorted
3 Votes
3 Answers
28th Oct 2016, 2:45 PM
Samkitkumar Jain
Find the date for which the earning was maximum from the dictionary. How to create a list with only values of a dictionary
python
0 Votes
5 Answers
21st Dec 2018, 1:30 AM
Mara
friends, what is wrong with this?(I need to add the taken string to the list as a new field called "id", and output the result)
r
2 Votes
3 Answers
19th Oct 2021, 3:27 PM
Tree
Why this Program take a list argument as call by reference .if i want call by value when function call how can achieve that .
python3
4 Votes
2 Answers
10th Nov 2018, 12:10 AM
Programmer Raja
why is {} placed after member initializer list in c++, although it is supposed to be empty ?
conceptual
doubt
0 Votes
1 Answer
12th Jul 2019, 3:23 PM
Snigdh
Make a C program that allow user to list integers and then the program will tell what was the largest integer and times it occur
sololearn
0 Votes
7 Answers
9th Sep 2018, 7:26 AM
Sky
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
56
57
58
...
67
Next >
Hot today
GUI-Based Python code in Webpage
4 Votes
Convert Animated SVG to PNG
1 Votes
I'm still new, help me about my image code
0 Votes
My Missing Courses
1 Votes
Font size
0 Votes
Mobile
0 Votes
my code isn’t working can someone give me tips?
1 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
I need help here
1 Votes