Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
get a tuple as input
input
tulpes
1 Voto
1 Resposta
5th Jan 2018, 10:51 PM
Rasoul
Is there faster ways to make tuple comprehensions?
comprehension
list
python
tuple
5 Votos
5 Respostas
18th Jan 2020, 8:53 PM
Seb TheS
What is the difference between tuple and list in python??
python
16 Votos
12 Respostas
14th Jan 2018, 1:43 AM
Ankit Saxena
What is the advantage of Tuple
c#
tuples
1 Voto
1 Resposta
3rd Jun 2019, 7:24 PM
sneeze
what is difference between list and tuple
python
-1 Voto
5 Respostas
25th Jul 2020, 10:12 AM
nagabhushan punyamurthy
TypeError: list indices must be integers or slices, not tuple
typeerror
1 Voto
23 Respostas
28th Nov 2020, 6:30 PM
Douglas
how to fetch a value from tuple
python3
1 Voto
4 Respostas
21st Jul 2019, 12:45 PM
yash gupta
What is the difference between tuple and list?
data-types
python
1 Voto
5 Respostas
31st Jul 2019, 1:52 PM
Stuti Yadav
What's the difference between a tuple and a list?
python3
1 Voto
9 Respostas
29th Jan 2020, 7:48 PM
Punyasloka Sahoo
Benefit of using a tuple instead of a list?
list
python
tuple
2 Votos
7 Respostas
23rd Dec 2019, 6:10 PM
moth
What is zip() used for in tuple concept
python3
3 Votos
3 Respostas
25th Jun 2020, 4:01 AM
kireeti
Why f=(0) is considered integer instead of tuple
f=(0)
print
type(f)
2 Votos
3 Respostas
11th Oct 2019, 2:05 PM
Banana Face
Tuple as a return value in function
functions
python3
tuples
1 Voto
3 Respostas
5th Dec 2017, 9:31 PM
Divya Tiruvayipati
What is the difference among list, tuple and dictionary?
phyton
2 Votos
6 Respostas
22nd Mar 2019, 2:43 PM
Babatunde Akinola
Tuple by default? Lists inside of lists
python
python3
0 Voto
1 Resposta
23rd Nov 2019, 2:39 PM
sudo-asap
Is there any reason to use tuple instead of list?
lists
tuples
5 Votos
3 Respostas
17th Apr 2018, 12:53 PM
DAG
CHALLENGE: Sort a list by it's Float Element in tuple
any_languages
challenges
python
3 Votos
13 Respostas
30th Oct 2017, 10:47 AM
Siddu Kori
How does the loop through tuple works?? (in Python )
for
5 Votos
4 Respostas
8th Apr 2019, 3:58 AM
Vivek😊🤓
Why for loop is not working for tuple
beginner
help
please
0 Voto
3 Respostas
28th Apr 2020, 7:48 AM
Neeraj Agarwal
Why is it printing a tuple instead of a list?
doubt
lists
python
tuples
2 Votos
8 Respostas
18th May 2020, 1:42 PM
Alen Antony
What is the usage of a tuple ?
python
python3
0 Voto
2 Respostas
18th Aug 2019, 7:11 AM
Scarlet
How can i create a LIST, DICTIONARY and TUPLE with user input?
input
python3
4 Votos
6 Respostas
30th Jul 2019, 3:30 AM
Hari Krishna Sahu
How do i write a function that accepts a tuple of numbers and return a tuple with odd numbers squared? Eg ((1,2,3)) becomes
python
0 Voto
4 Respostas
12th Mar 2020, 4:51 PM
Tan
Input string elements in a tuple and replace all 'a' with 'an'.
python3
tuple
1 Voto
9 Respostas
17th Nov 2019, 5:40 PM
Azmat
Help with code please, it wont work
lists
tuple
1 Voto
17 Respostas
31st Jul 2021, 8:39 PM
Michael Dhlamini
What is the purpose of creating empty tuple
python
tuples
0 Voto
1 Resposta
7th Dec 2018, 12:35 PM
Mohamed KOUBAA
Which is better python into list or tuple ?
python
0 Voto
2 Respostas
18th Sep 2018, 7:16 PM
Pratik Patel
In Python is a tuple fastest for read only data
data
data-types
readonly
tuples
3 Votos
2 Respostas
14th Apr 2019, 2:43 AM
Sanjay Kamath
What is the difference between a tuple and a list?
python
2 Votos
2 Respostas
20th Jan 2021, 4:35 AM
David
Can someone solve this tuple dict problem in python ?
dictionaries
lists
python
tuples
0 Voto
3 Respostas
18th Jul 2019, 4:09 PM
Quaid Johar
How do you convert a tuple to a list
convert
try
0 Voto
2 Respostas
25th Oct 2018, 3:55 AM
#GhostInWires
How do u convert a floating number to a tuple
67.56
0 Voto
2 Respostas
27th Oct 2020, 8:10 PM
Simbarashe Mpofu
How can I split a text into tuple ?
python
split
tuple
0 Voto
1 Resposta
16th Nov 2020, 8:02 PM
omar_ctr
Help me with tuple see why progrma is not working
python
1 Voto
2 Respostas
14th Feb 2020, 5:00 PM
Raj Sharma
How to convert a tuple into strings (using map, filter etc)
python
tuples
0 Voto
5 Respostas
13th Mar 2020, 6:20 AM
Tan
How do I index a tuple inside of a list? Python
index
list
python3
tuple
1 Voto
2 Respostas
23rd May 2021, 4:02 AM
SeveredData
What is the use case of tuple in Typescript?
data-types
javascript
typescript
use-case
0 Voto
1 Resposta
28th Aug 2020, 11:37 AM
Plaban Kr. Mondal
when to use list and when to use tuple
list
python
tuple
0 Voto
2 Respostas
4th Dec 2016, 12:19 PM
Sanju
Output answer in Tuple.....How can I get output in Tuple
python3
tuples
0 Voto
1 Resposta
19th Feb 2021, 7:15 AM
Harsh Sinha
Python: How to Get the Numbers that are Greater/Less Than x in a Tuple
cpython
find
get
greater
less
numeric-operations
python
python3
than
tuples
2 Votos
8 Respostas
17th Aug 2021, 11:00 PM
Katz321Juno
How to store data values from a tuple into a list?
python
python3
3 Votos
2 Respostas
6th Sep 2017, 6:38 AM
Ritwik Tripathi
What is meaning of iterable?and how list and tuple are iterable?
filter
map
python3
1 Voto
3 Respostas
9th Aug 2018, 3:27 PM
Meet Rajpopat
How can I create a tuple from a model field values?
django
python
python3
0 Voto
3 Respostas
15th Apr 2020, 6:30 PM
Saidmamad Gulomshoev
how to make a hexgone of equal side length using tuple in python
python3
sets
tuples
0 Voto
7 Respostas
4th Apr 2020, 3:59 AM
Shams Ul Islam
Can someone please explain the difference between tuple and list?
python
python3
0 Voto
3 Respostas
15th Jan 2018, 8:00 PM
BathrobeOverlord69
Is there anything about tuple in sololearn c++ course?
c++
tuples
-1 Voto
1 Resposta
26th Feb 2022, 5:10 PM
Pavel Sayekat
tuples = [(), ('ram','15','8'), (), ('laxman', 'sita'), ('krishna', '45'), ('',''),()] remove empty tuple without filer()
tuples
0 Voto
12 Respostas
24th Aug 2020, 1:01 PM
Mounika
Count number of even elements in a user given tuple in Python.
python
0 Voto
5 Respostas
13th Oct 2018, 4:43 AM
Mayank Kumar
Can you help how can i reverse sa number using tuple im python
python
0 Voto
7 Respostas
26th Sep 2020, 8:15 PM
Arlyn dela Cruz
Why is this code giving empty tuple and dictionary as output?
python
zip()
1 Voto
1 Resposta
23rd Oct 2022, 6:31 AM
Shantanu
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
4
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes