Which of the following is the
truncation division operator in
Python?
truncation division operator in
Python?
Anonymous Quiz
33%
/
40%
//
14%
|
14%
%
This media is not supported in your browser
VIEW IN TELEGRAM
Free Python projects.ππ
https://linktr.ee/codehub
https://linktr.ee/codehub
Which of the following is not a core
data type in Python programming?
data type in Python programming?
Anonymous Quiz
15%
Tuples
7%
Lists
62%
Class
15%
Dictionary
To add a new element to a list we use
which Python command?
which Python command?
Anonymous Quiz
6%
list1.addEnd(5)
6%
list1.addLast(5)
70%
list1.append(5)
18%
list1.add(5)
React and React Native with free pdf downloadπhttps://techprogramer.com/
What are the two main types of
functions in Python?
functions in Python?
Anonymous Quiz
6%
System function
3%
Custom function
88%
Built-in function & User defined function
2%
User function
React Up and Running with free Pdf downloadππhttps://techprogramer.com/
Which of the following is used to
define a block of code in Python
language?
define a block of code in Python
language?
Anonymous Quiz
6%
Key
18%
Brackets
45%
Indentation
30%
All of the mentioned