Learn Gen AI & Data Science with Experts | Ivy Pro School
2.45K subscribers
191 photos
7 videos
7 files
649 links
Get access to unlimited free Data Science and Interview prep resources to kickstart your career in the Data world!

Join the community: https://linktr.ee/IvyPro
Download Telegram
Which of the following data types in Python is mutable?
Anonymous Quiz
33%
Tuple
17%
String
44%
List
6%
Set
Which keyword in Python is used to define a function?
Anonymous Quiz
83%
def
12%
func
3%
define
2%
function
Which of the following statements is used to exit from a loop in Python?
Anonymous Quiz
12%
end
24%
exit
4%
stop
60%
break
Like Saraswati's Veena, technology's true melody lies in our hands. 🫰

We should handle it smartly, to help us think better, be more creative, and a future where knowledge blooms for all. πŸ“š

Wishing you a very happy #saraswatipuja πŸŽ‰πŸŽ‰

#basantpanchami #educationrevolution #ivyproschool
πŸ‘‰πŸ» Register Now & secure your spot now and be part of the IVY Professional School's New Batch.

Topic: Dynamic Dashboard and Interactive Reports with Excel and GenAI πŸ“ˆ

πŸ“† 17rd-18th February, 2024. (Sat- Sun)
⏰ 11:00 AM to 1:00 PM

Click here to register
https://forms.gle/KMbCacEh4urMTM9AA
What Pandas method is used to check the top rows of a Data Frame?
Anonymous Quiz
63%
Head
16%
Top
19%
Start
2%
Peek
def outer_func(x): return lambda y: x * y result = outer_func(10)(5) print(result) Deduce code output without running code in Python
Anonymous Quiz
19%
10
9%
5
56%
50
16%
Error