Python Learning
5.92K subscribers
438 photos
1 video
61 files
108 links
Python Coding resources, Cheat Sheets & Quizzes! 🧑‍💻

Free courses: @bigdataspecialist

@datascience_bds
@github_repositories_bds
@coding_interview_preparation
@tech_news_bds

DMCA: @disclosure_bds

Contact: @mldatascientist
Download Telegram
🔥52👍1
Which of the following is the truncation division operator?
Anonymous Quiz
22%
/
12%
%
59%
//
7%
|
👍3
👍5🔥3
What is the value of the following expression?

8/4/2, 8/(4/2)
Anonymous Quiz
59%
(1.0, 4.0)
7%
(1.0, 1.0)
12%
(4.0. 1.0)
22%
(4.0, 4.0)
AI with Python

📄 164 pages

🔗 Book link

#Python #AI

Join @python_bds for more
👍6
What is the value of the following expression?

float(22//3+3/3)
Anonymous Quiz
31%
8
37%
8.0
14%
8.3
18%
8.33
Python functions with examples
🔥7👍2👏1
What will be the output of the following Python expression?

print(4.00/(2.0+2.0))
Anonymous Quiz
10%
Error
56%
1.0
22%
1.00
12%
1
Python functions with examples
👍4