Python Quiz | Day 40 | What is the output of following code ?
Complete Playlist : https://bit.ly/3GLnZPy
Complete Playlist : https://bit.ly/3GLnZPy
January 3, 2023
January 4, 2023
π₯2π1
January 6, 2023
January 12, 2023
January 15, 2023
January 15, 2023
Our YouTube channel is not monetized. So no ads on our channel. If you are finding any ads on any video its YouTube policy. Sorry for that.
Check our channel free courses without any ads.
https://www.youtube.com/channel/UCj4b_YT4QnFy6nx3dRCuc1w
Check our channel free courses without any ads.
https://www.youtube.com/channel/UCj4b_YT4QnFy6nx3dRCuc1w
January 15, 2023
Indian Flag using Python
Download Link : https://cosmofeed.com//ps/63c60d0a1068050037369a44
Coupon code : INDIA
Download Link : https://cosmofeed.com//ps/63c60d0a1068050037369a44
Coupon code : INDIA
January 17, 2023
cl = [1, 2, 3, 4, 5]
print(cl[:4].pop( ))
print(cl[:4].pop( ))
Anonymous Quiz
14%
cl = [1, 2, 3, 4, 5]
37%
5
20%
[1, 2, 3, 5]
28%
4
π6π2
January 19, 2023
What will be the output of the following Python code?
s1='97'
s2='65' print(''.maketrans(s1,s2)) Free Python Courses https://bit.ly/3IuykQD
s1='97'
s2='65' print(''.maketrans(s1,s2)) Free Python Courses https://bit.ly/3IuykQD
Anonymous Poll
10%
{'a':'A'}
22%
{'97': '65'}
16%
{'9':'6','7':'5'}
9%
{57: 54, 55: 53}
43%
Check answer
π2π1
January 20, 2023
January 23, 2023
January 24, 2023
January 26, 2023
January 26, 2023
Create Charts with Python
https://bit.ly/3TVysLv
https://bit.ly/3TVysLv
π2β€1
January 26, 2023
How can you remove the last element from a list in Python?
Anonymous Quiz
50%
list.pop()
18%
list.remove()
6%
list.delete()
26%
list.pop(-1)
π2
January 29, 2023
January 30, 2023