Question
Q2.  Write a program to print all the values between 0 to 20 that aren’t divisible by 3 or 5 using continue .
in progress 0
4 years 2 Answers 729 views Member

Question
Q1.   The below list contains flowers and shrubs We must make two separate lists one called flowers will only contain flower and                     the other called shrubs should only contain shrub . Write the code to do the above mentioned. data = [ "Andromeda - ...
in progress 0
4 years 3 Answers 651 views Member

Question
assume you have imported csv in jupyter note book write a function to construct value for box plot.  
in progress 0
4 years 1 Answer 742 views Member

Question
Normally, NumPy is used to perform the most basic array manipulations like indexing, sorting, reshaping, basic elementary functions. All mathematical code would reside in SciPy. Notwithstanding, one of NumPy's significant objectives is that it is compatible, so NumPy attempts to hold ...
0
4 years 0 Answers 706 views Member

Question
Self is an object of a class. In Python, this is explicitly included as the main parameter. Nonetheless, this isn't the situation in Java where it's discretionary. It assists with separating between the methods and data members of a class ...
0
4 years 0 Answers 728 views Member