Skip to main content
π Weekly Code Battle
π¨βπ Career Accelerator Programs
π Community Guidelines
πΌ Job Alerts
π Weekly Code Battle
π¨βπ Career Accelerator Programs
π Community Guidelines
πΌ Job Alerts
Home
No results found...
Login
Sign Up
All Topics
Follow
Python Quiz
0 followers
11 questions
0 posts
TEST Topic
Sign Up Now
Login Now
Recent Activity
Recent Post
Recent Activity
All Types
All Types
π
Posts
π€
Questions
π¬
Discussions
π
Articles
Posts RSS Feed
Questions RSS Feed
Answers RSS Feed
Discussions RSS Feed
Articles RSS Feed
Ask a Question
Python
Python Quiz
Sarita Maharana
Student Ambassador
Like to learn about Computer and Technology.
Asked a question 8 months ago
Which of the following is false statement in python?
int(144)==144
int('144')==144
None of the above
int(144.0)==144
Ask a Question
Python
Python Quiz
Sarita Maharana
Student Ambassador
Like to learn about Computer and Technology.
Asked a question 8 months ago
In this following options which are python libraries which are used for data analysis and scientific computations
Numpy
Scipy
Pandas
All of the above
Ask a Question
Python
Python Quiz
Sarita Maharana
Student Ambassador
Like to learn about Computer and Technology.
Asked a question 8 months ago
Guess the output.... >>print(True/False)
True
False
0
ZeroDevisionError
Ask a Question
Python
Python Quiz
Sarita Maharana
Student Ambassador
Like to learn about Computer and Technology.
Asked a question 8 months ago
What will be the output of this code?
[4,60,4]
[4,60,none]
Error
[4,60]