Don't BUY @motorolaindia mobiles
I have purchased moto g84 mobile it's not working properly
1. Camera won't take pictures also and fully hanging
2. Power button won't work
I contacted customer care they said they won't replace at any cost. Worst mobiles...Please Share to All
Which function is called when the following Python program is executed?
f = foo()
format(f)
a) str()
b) format()
c) __str__()
d) __format__()
#Python#python3#programming#job#Coding
What will be the output of the following Python code?
l=[1, 0, 2, 0, 'hello', '', []]
list(filter(bool, l))
a) [1, 0, 2, ‘hello’, ”, []]
b) Error
c) [1, 2, ‘hello’]
d) [1, 0, 2, 0, ‘hello’, ”, []]
#Python#development#FrontEndDeveloper#FullStack#Coding#coder
Which of the following is true for variable names in Python?
a) underscore and ampersand are the only two special characters allowed
b) unlimited length
c) all private members must have leading and trailing underscores
d) none of the mentioned
#python#programming#Coding