python_pills Profile Banner
Python Pill Profile
Python Pill

@python_pills

Followers
2
Following
10
Media
0
Statuses
8

Let's learn python in fun way.

Joined June 2021
Don't wanna be here? Send us removal request.
@python_pills
Python Pill
3 years
Hey folks, Is set in python is mutable or immutable?? #Python3 #pythonpills #pythonquiz #pythontopics #learnpython
0
1
0
@python_pills
Python Pill
3 years
Synchronous vs asynchronous in python ?? #Python3 #pythonpills #pythonquiz #pythontopics #learnpython
0
0
0
@python_pills
Python Pill
3 years
Hey folks, Is set in python is mutable or immutable?? #Python3 #pythonpills #pythonquiz #pythontopics #learnpython
0
1
0
@python_pills
Python Pill
3 years
Hey folks, Can you guess the output? list_a = [1,2,3] list_b = [4,5,6] 1) c = list(zip(list_a,list_b)) print(c). ?? 2) d = list(zip(list_a,list_ b)) print(d). ?? #Python #programming #programmingquiz #python_pills #goforpython #python3 #pythonlearning #pythoncode
0
0
2
@python_pills
Python Pill
3 years
Can you guess the output? lst = [10, 20, 30, 40, 50] print(lst[-3:-1:1]) #Python #pythonquiz #pythonpills #learnpython #basispython #learnandearn
0
0
0
@python_pills
Python Pill
4 years
Hey folks, Can you guess the correct output of this code? print(r"/n") ? #pythonprogramming #Python #pythonquiz #code #pythonic #python_pills
0
0
0
@python_pills
Python Pill
4 years
What's the output of this code in python3? print(round(1.5) == round(2.5)) #pythonprogramming #pythonquiz #pythonlearning #Python3 #pythoncode
0
0
0
@python_pills
Python Pill
4 years
what's the output of these two in python? 1)print(10 or 20) 2)print(10 and 20) #pythonprogramming #pythonlearning #pythonquiz #Python3 #pythonprogram
0
0
0