Login
Remember
Register
Ask a Question
Recent questions in Python
+1
vote
0
answers
In order to store values in terms of key and value we use that core data type in python?
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-data-types
Python-questions-answers
+1
vote
0
answers
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
0
answers
If x=3.123, then int(x) will give ?
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-initialize
Python-questions-answers
+1
vote
0
answers
l = [ 4, 8, 9, 2.6, 5 ] is a type of which data type in python?
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-data-type
Python-questions-answers
+1
vote
0
answers
Select the correct example of complex datatype in Python
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-datatype
Python-questions-answers
+1
vote
0
answers
In which data type, indexing is not valid?
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-index
Python-questions-answers
+1
vote
0
answers
Which one of the following is the correct way of declaring and initializing a variable, x with the value 7?
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-initialization
Python-questions-answers
+1
vote
0
answers
Which of the following statements assigns the value 25 to the variable x in Python:
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-assignment
Python-questions-answers
+1
vote
0
answers
Which of the following words cannot be a variable in python language?
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-variable
Python-questions-answers
+1
vote
0
answers
A function in Python begins with which keyword?
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
python-function
Python-questions-answers
+2
votes
1
answer
What is the answer to this expression, 22 % 3 is?
asked
Jan 1, 2022
in
Python
by
sharadyadav1986
python-expression
Python-questions-answers
+2
votes
1
answer
Which one of these is floor division?
asked
Jan 1, 2022
in
Python
by
sharadyadav1986
floor-division
Python-questions-answers
+2
votes
1
answer
Which is the correct operator for power(xy)?
asked
Jan 1, 2022
in
Python
by
sharadyadav1986
python-power-operator
Python-questions-answers
+2
votes
1
answer
Which of the following cannot be a variable?
asked
Jan 1, 2022
in
Python
by
sharadyadav1986
invalid-variable
Python-questions-answers
+2
votes
1
answer
Which of the following is an invalid variable?
asked
Jan 1, 2022
in
Python
by
sharadyadav1986
invalid-variable
Python-questions-answers
0
votes
1
answer
Define a function in Python
asked
Oct 14, 2021
in
Python
by
rajeshsharma
python-function
Python-questions-answers
0
votes
1
answer
Is indentation necessary in Python?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
python-indentation
Python-questions-answers
0
votes
1
answer
What is namespace in Python?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
python-namespace
Python-questions-answers
0
votes
1
answer
What does the method object() do?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
object-method
Python-questions-answers
0
votes
1
answer
Does Python supports multiple inheritances?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
python-multiple-inheritances
Python-questions-answers
0
votes
1
answer
What is monkey patching?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
monkey-patching
Python-questions-answers
0
votes
1
answer
How are modules imported in Python?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
modules-python
Python-questions-answers
0
votes
1
answer
What is [::-1} used for?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
python-range
Python-questions-answers
0
votes
1
answer
What is the // operator? What is its use?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
double-slash
Python-questions-answers
0
votes
1
answer
What are Python modules?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
python-modules
Python-questions-answers
0
votes
1
answer
How a file is deleted in Python?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
file-deletion
Python-questions-answers
0
votes
1
answer
How are arguments passed in Python? By value or by reference?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
argument-pass
Python-questions-answers
0
votes
1
answer
What is the lambda function?
asked
Oct 14, 2021
in
Python
by
rajeshsharma
lambda-function
Python-questions-answers
0
votes
1
answer
Write code to show randomizing the items of a list in place in Python along with the output.
asked
Oct 14, 2021
in
Python
by
rajeshsharma
randomizing-number
Python-questions-answers
0
votes
1
answer
Write a program in Python for getting indices of N maximum values in a NumPy array.
asked
Oct 12, 2021
in
Python
by
rajeshsharma
n-maximum-value
numpy-array
Python-questions-answers
Page:
« prev
1
...
3
4
5
6
7
8
9
10
11
12
13
...
41
next »
Recent questions in Python
...