Python Learning
Відкрити в Telegram
Python learning resources Beginner to advanced Python guides, cheatsheets, books and projects. For data science, backend and automation. Join 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist
Показати більше5 794
Підписники
+324 години
-97 днів
-4430 день
Архів дописів
5 793
What will be the output of the following Python code?
print('*', "abcde".center(6), '*', sep='')
5 793
Which of the following statements is used to create an empty set in Python?
5 793
What will be the output of the following Python code?
print("abc. DEF".capitalize())
5 793
What arithmetic operators cannot be used with strings in Python?
5 793
Which module in the python standard library parses options received from the command line?
5 793
Which module in the python standard library parses options received from the command line?
5 793
What will be the output of the following Python statement?
>>>"a"+"bc"
