Python Learning
Kanalga Telegram’da o‘tish
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
Ko'proq ko'rsatish5 794
Obunachilar
+324 soatlar
-97 kunlar
-4430 kunlar
Postlar arxiv
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"
