Python Learning
Канал
@python_bds
Поделиться
Продвигать
6,17 тыс.
подписчиков
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
Love Center - Dating, Friends & Matches, NY, LA, Dubai, Global
Бот для знакомств
Запустить
Python Learning
What is the output of this code snippet?
Anonymous Quiz
57%
(1, 2, 3, 4, 5)
18%
[1, 2, 3, 4, 5]
21%
Error
4%
None
Python Learning
x = (1, 2, 3)
x += (4, 5)
print(x)
Python Learning
Please open Telegram to view this post
VIEW IN TELEGRAM
Python Learning
Python Learning
What will be the output of the following code?
Anonymous Quiz
9%
True
41%
False
38%
Error
11%
None
Python Learning
x = {"a": 1, "b": 2}
print("c" in x)
Python Learning
Tuples in Python