PYTHON PROGRAMMING
Open in Telegram
https://t.me/addlist/oJIs6WVKrqBmMWQ1 Hello! I am @Myhurthearts and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills , just let me know!
Show more3 579
Subscribers
-224 hours
+47 days
-1830 days
Posts Archive
3 578
What will be the output of the following Python expression?
0x35 | 0x75
3 578
What is the value of the following Python expression?
bin(0x8)
3 578
To find the decimal value of 1111, that is 15, we can use the python statement:
3 578
Which of the following element is used for linking a External Files to the html page?
3 578
What will be the output of the following Python code snippet if x=1?
x<<2
3 578
What will be the output of the following Python code if the system date is 21st June, 2017 (Wednesday)?
[] or {} {} or []
3 578
What will be the output of the following Python code?
l=[1, 0, 2, 0, 'hello', '', []]
list(filter(bool, l))
3 578
What will be the output of the following Python expression?
~100?
3 578
What will be the output of the following Python expression?
4^12
3 578
What will be the output of the following Python expression if x=15 and y=12?
x & y
3 578
Padhte padhte mood off hogya to movie aur webseries πΏπ₯ dekh lo na
https://t.me/MovieWebseriesVideo
Aur apne folder me add krlo bta rhe hain fayde me rhoge π
π https://t.me/addlist/QYOZWFI6axE3NzI1
3 578
What will be the output of the following Python code snippet?
X=βhiβ print(β05dβ%X)
3 578
if (9 < 0) and (0 < -9): print("hello") elif (9 > 0) or False: print("good") else: print("bad")
3 578
What will be the output of the given Python code?
class Truth: pass x=Truth() bool(x)
3 578
What will be the output of the following Python code?
l=[1, 0, 2, 0, 'hello', '', []]
list(filter(bool, l))
3 578
Repost from Cα΄α΄
α΄s SΙ΄Ιͺα΄α΄α΄α΄s
What is the output of this code snippet?
