datascienceinfo – Telegram
datascienceinfo
36.7K subscribers
814 photos
41 videos
460 files
1.51K links
🧠The learning hub for Data Science, ML and AI
1) Data Science
2) Machine Learning
3) Data viz
4) Artificial Intelligence
5) Quizzes
6) Ebooks
7) Articles
Download Telegram
List a is defined as follows:

a = [1, 2, 3, 4, 5] Select all of the following statements that remove the middle element 3 from a so that it equals [1, 2, 4, 5]:
Anonymous Poll
58%
a.remove(3)
21%
a[2] = [ ]
19%
a[2:3] = [ ]
50%
del a[2]
7%
a[2:2] = [ ]
1
a, b, c = (1, 2, 3, 4, 5, 6, 7, 8, 9)[1::3]

Following execution of this statement, what is the value of b:
Anonymous Quiz
19%
6
32%
2
26%
4
23%
5
Click on the 💡icon for answer explanation 👆
What is the result of this statement:

>>> z = {'b', 'a', 'r'} & set('qux') . >>> print(z)
Anonymous Quiz
9%
{ )
22%
set( )
49%
{'q', 'r', 'x', 'u', 'b', 'a'}
19%
{'b', 'r', 'a'}
IIT Madras Invites Applications for Internships in Artificial Intelligence and Data Science, Stipend Rs 40,000


Link : https://www.google.com/amp/s/www.dqindia.com/iit-madras-invites-applications-internships-artificial-intelligence-data-science-stipend-rs-40000/amp/
📚 Which ebook you want us to upload next?
Final Results
51%
Learn Python 3 the Hard Way by Zed A. Shaw
58%
Fluent Python by O'Reilly Media
What is the best python ide for data science and machine learning?
.
⚠️You can choose more than one option.
Anonymous Poll
79%
Jupyter notebook
18%
Visual studio code
25%
Spyder
1%
Rodeo
2%
Vim
30%
Pycharm
5%
Atom
1%
Thonny
6%
Sublime Text
👍1