Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
l = [ 4, 8, 9, 2.6, 5 ] is a type of which data type in python?
Home
Python
l = [ 4, 8, 9, 2.6, 5 ] is a type of which data type in python?
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
Q:
l = [ 4, 8, 9, 2.6, 5 ] is a type of which data type in python?
a) List
b) Tuple
c) Set
d) None of these
python-data-type
Python-questions-answers
0
Answers
Related questions
+1
vote
Q: If you have two sets like this -> s1 = {1,2,3,4,5,6}, s2 = {5,6,7,8,9}. How would you find the common elements in these sets.
asked
Feb 15, 2021
in
Python
by
SakshiSharma
#python-dataset
dataset
python
Python-questions-answers
+1
vote
Q: Correct way to declare a variable x of float data type in python:
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-data-type
Python-questions-answers
+1
vote
Q: What is 2d indexing? define one ex : num = np.array([1,2,3],[4,5,6],[7,8,9])
asked
Jul 4, 2021
in
NumPy
by
sharadyadav1986
2d-indexing
0
votes
Q: The least number which when divided by 5, 6 , 7 and 8 leaves a remainder 3, but when divided by 9 leaves no remainder, is:
asked
Nov 1, 2019
in
Other
by
MBarbieri
0
votes
Q: Consider the matrix A = \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}⎝⎛7349−60−351⎠⎞. What is the value of minor M_{11}M11?
asked
Jan 23, 2020
in
Data Science
by
AdilsonLima
+1
vote
Q: Consider the matrix A = \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}
asked
Jan 20, 2020
in
Mathematics
by
rahuljain1
#minor-value
Mathematics-questions-answers
0
votes
Q: What is the transpose of the given matrix? \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}⎝⎛7349−60−351⎠⎞
asked
Jan 23, 2020
in
Data Science
by
AdilsonLima
0
votes
Q: What data type is the object below ? L = [1, 23, ‘hello’, 1]
asked
Feb 11, 2020
in
Python
by
rahuljain1
#python-data-object
Python-questions-answers
0
votes
Q: Six bells commence tolling together and toll at intervals of 2, 4, 6, 8 10 and 12 seconds respectively. In 30 minutes, how many times do they toll together ?
asked
Oct 31, 2019
in
Other
by
MBarbieri
0
votes
Q: Assume a three-neuron MLP model with inputs 1, 2, and 3. The input neurons' weights are 4,5 and 6, respectively.
asked
Dec 13, 2022
in
Deep Learning
by
Robindeniel
deep-learning
0
votes
Q: A man has $ 10,000 to invest. He invests $ 4000 at 5 % and $ 3500 at 4 %. In order to have a yearly income of $ 500, he must invest the remainder at: (a) 6 % , (b) 6.1 %, (c) 6.2 %, (d) 6.3 %, (e) 6.4 %
asked
May 21, 2019
in
Mathematics
by
sheetalkhandelwal
#maths
#mathematics
Mathematics-questions-answers
0
votes
Q: What is the optimum number of concurrent_reads per processor core ? Choose the correct option from below list (1)8 (2)1 (3)5 (4)4
asked
Jan 31, 2020
in
Other
by
MBarbieri
0
votes
Q: The least multiple of 7, which leaves a remainder of 4, when divided by 6, 9, 15 and 18 is:
asked
Oct 31, 2019
in
Other
by
MBarbieri
0
votes
Q: Is x, y = 5, 6 a valid statement?
asked
Jun 24, 2020
in
Python
by
Robindeniel
#python-code-output
Python-questions-answers
0
votes
Q: Is x, y = 5, 6 a valid statement?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
Q: Three number are in the ratio of 3 : 4 : 5 and their L.C.M. is 2400. Their H.C.F. is:
asked
Oct 31, 2019
in
Other
by
MBarbieri
0
votes
Q: Find out the mean, median and standard deviation of this numpy array -> np.array([1,5,3,100,4,48])
asked
Feb 11, 2021
in
Python
by
SakshiSharma
#python
python-meanm
python-numpy-array
Python-questions-answers
0
votes
Q: A person walking at 4 Kmph reaches his office 8 minutes late. If he walks at 6 Kmph, he reaches there 8 minutes earlier. How far is the office from his house?
asked
Oct 31, 2019
in
Other
by
AdilsonLima
#aptitude
+1
vote
Q: Which of the following option is not a core data type in the python language?
asked
Jan 19, 2021
in
Python
by
SakshiSharma
#python-data-types
Python-questions-answers
0
votes
Q: ^[0-9]{5}(\-[0-9]{4})?$ matches
asked
Mar 19, 2020
in
PHP
by
DavidAnderson
#php
...