Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
get a tuple as input
input
tulpes
1 Vote
1 Answer
5th Jan 2018, 10:51 PM
Rasoul
Is there faster ways to make tuple comprehensions?
comprehension
list
python
tuple
5 Votes
5 Answers
18th Jan 2020, 8:53 PM
Seb TheS
What is the difference between tuple and list in python??
python
16 Votes
12 Answers
14th Jan 2018, 1:43 AM
Ankit Saxena
What is the advantage of Tuple
c#
tuples
1 Vote
1 Answer
3rd Jun 2019, 7:24 PM
sneeze
what is difference between list and tuple
python
-1 Vote
5 Answers
25th Jul 2020, 10:12 AM
nagabhushan punyamurthy
TypeError: list indices must be integers or slices, not tuple
typeerror
1 Vote
23 Answers
28th Nov 2020, 6:30 PM
Douglas
how to fetch a value from tuple
python3
1 Vote
4 Answers
21st Jul 2019, 12:45 PM
yash gupta
What is the difference between tuple and list?
data-types
python
1 Vote
5 Answers
31st Jul 2019, 1:52 PM
Stuti Yadav
What's the difference between a tuple and a list?
python3
1 Vote
9 Answers
29th Jan 2020, 7:48 PM
Punyasloka Sahoo
Benefit of using a tuple instead of a list?
list
python
tuple
2 Votes
7 Answers
23rd Dec 2019, 6:10 PM
moth
What is zip() used for in tuple concept
python3
3 Votes
3 Answers
25th Jun 2020, 4:01 AM
kireeti
Why f=(0) is considered integer instead of tuple
f=(0)
print
type(f)
2 Votes
3 Answers
11th Oct 2019, 2:05 PM
Banana Face
Tuple as a return value in function
functions
python3
tuples
1 Vote
3 Answers
5th Dec 2017, 9:31 PM
Divya Tiruvayipati
What is the difference among list, tuple and dictionary?
phyton
2 Votes
6 Answers
22nd Mar 2019, 2:43 PM
Babatunde Akinola
Tuple by default? Lists inside of lists
python
python3
0 Votes
1 Answer
23rd Nov 2019, 2:39 PM
sudo-asap
Is there any reason to use tuple instead of list?
lists
tuples
5 Votes
3 Answers
17th Apr 2018, 12:53 PM
DAG
CHALLENGE: Sort a list by it's Float Element in tuple
any_languages
challenges
python
3 Votes
13 Answers
30th Oct 2017, 10:47 AM
Siddu Kori
How does the loop through tuple works?? (in Python )
for
5 Votes
4 Answers
8th Apr 2019, 3:58 AM
Vivek😊🤓
Why for loop is not working for tuple
beginner
help
please
0 Votes
3 Answers
28th Apr 2020, 7:48 AM
Neeraj Agarwal
Why is it printing a tuple instead of a list?
doubt
lists
python
tuples
2 Votes
8 Answers
18th May 2020, 1:42 PM
Alen Antony
What is the usage of a tuple ?
python
python3
0 Votes
2 Answers
18th Aug 2019, 7:11 AM
Scarlet
How can i create a LIST, DICTIONARY and TUPLE with user input?
input
python3
4 Votes
6 Answers
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 Votes
4 Answers
12th Mar 2020, 4:51 PM
Tan
Input string elements in a tuple and replace all 'a' with 'an'.
python3
tuple
1 Vote
9 Answers
17th Nov 2019, 5:40 PM
Azmat
Help with code please, it wont work
lists
tuple
1 Vote
17 Answers
31st Jul 2021, 8:39 PM
Michael Dhlamini
What is the purpose of creating empty tuple
python
tuples
0 Votes
1 Answer
7th Dec 2018, 12:35 PM
Mohamed KOUBAA
Which is better python into list or tuple ?
python
0 Votes
2 Answers
18th Sep 2018, 7:16 PM
Pratik Patel
In Python is a tuple fastest for read only data
data
data-types
readonly
tuples
3 Votes
2 Answers
14th Apr 2019, 2:43 AM
Sanjay Kamath
What is the difference between a tuple and a list?
python
2 Votes
2 Answers
20th Jan 2021, 4:35 AM
David
Can someone solve this tuple dict problem in python ?
dictionaries
lists
python
tuples
0 Votes
3 Answers
18th Jul 2019, 4:09 PM
Quaid Johar
How do you convert a tuple to a list
convert
try
0 Votes
2 Answers
25th Oct 2018, 3:55 AM
#GhostInWires
How do u convert a floating number to a tuple
67.56
0 Votes
2 Answers
27th Oct 2020, 8:10 PM
Simbarashe Mpofu
How can I split a text into tuple ?
python
split
tuple
0 Votes
1 Answer
16th Nov 2020, 8:02 PM
omar_ctr
Help me with tuple see why progrma is not working
python
1 Vote
2 Answers
14th Feb 2020, 5:00 PM
Raj Sharma
How to convert a tuple into strings (using map, filter etc)
python
tuples
0 Votes
5 Answers
13th Mar 2020, 6:20 AM
Tan
How do I index a tuple inside of a list? Python
index
list
python3
tuple
1 Vote
2 Answers
23rd May 2021, 4:02 AM
SeveredData
What is the use case of tuple in Typescript?
data-types
javascript
typescript
use-case
0 Votes
1 Answer
28th Aug 2020, 11:37 AM
Plaban Kr. Mondal
when to use list and when to use tuple
list
python
tuple
0 Votes
2 Answers
4th Dec 2016, 12:19 PM
Sanju
Output answer in Tuple.....How can I get output in Tuple
python3
tuples
0 Votes
1 Answer
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 Votes
8 Answers
17th Aug 2021, 11:00 PM
Katz321Juno
How to store data values from a tuple into a list?
python
python3
3 Votes
2 Answers
6th Sep 2017, 6:38 AM
Ritwik Tripathi
What is meaning of iterable?and how list and tuple are iterable?
filter
map
python3
1 Vote
3 Answers
9th Aug 2018, 3:27 PM
Meet Rajpopat
How can I create a tuple from a model field values?
django
python
python3
0 Votes
3 Answers
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 Votes
7 Answers
4th Apr 2020, 3:59 AM
Shams Ul Islam
Can someone please explain the difference between tuple and list?
python
python3
0 Votes
3 Answers
15th Jan 2018, 8:00 PM
BathrobeOverlord69
Is there anything about tuple in sololearn c++ course?
c++
tuples
-1 Vote
1 Answer
26th Feb 2022, 5:10 PM
Pavel Sayekat
tuples = [(), ('ram','15','8'), (), ('laxman', 'sita'), ('krishna', '45'), ('',''),()] remove empty tuple without filer()
tuples
0 Votes
12 Answers
24th Aug 2020, 1:01 PM
Mounika
Count number of even elements in a user given tuple in Python.
python
0 Votes
5 Answers
13th Oct 2018, 4:43 AM
Mayank Kumar
Can you help how can i reverse sa number using tuple im python
python
0 Votes
7 Answers
26th Sep 2020, 8:15 PM
Arlyn dela Cruz
Why is this code giving empty tuple and dictionary as output?
python
zip()
1 Vote
1 Answer
23rd Oct 2022, 6:31 AM
Shantanu
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
4
Next >
Hot today
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 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
why do people say programming is hard
0 Votes
I’m new someone can help me
0 Votes