Hišļø if you are interested in š§µā
ā„ Html
ā„Css
ā„ Python
ā„ JavaScript
š Full-Stack Web Development
and... lot more about tech!
Follow Me. @souravWD
i am planning on using Twitter to share a lot of content that you won't want to miss.
ā¢ ā¢ ā¢
Missing some Tweet in this thread? You can try to
force a refresh
š¹ALT + F4 ā„ Close the current window.
š¹ALT + Space Then N ā„ Minimize the current window.
š¹Alt + Space Then X ā„ Minimize the current window.
š¹Alt + F Then X = Quit Google Chrome
š¹Alt + F = Open the chrome menu
š¹Alt + Shift + B = Show or Hide the Bookmarks bar
š¹Ctrl + Shift + O = Open the bookmarks manager
š¹Ctrl + H = Open the History page in a new tab
š¹Ctrl + F6 = Skip to web contents
š¹Ctrl + n = Open a new Window
š¹Ctrl + Shift + N = Open a New Window in Incognito Mode
š¹Ctrl + T = Open a new Tab
ā all ()
š¹This function returns True, if all element of the iterable are True or itcrable is empty.
EX:-
a = array([100,200,300,400,500])
b = array([100,200,300,400,500])
c=a==b
all(c)
ā any ()
š¹ This function returns True, if any one element of the iterable is True. if iterable is empty then returns False.
EX:-
a = array([100, 200, 300, 400, 500])
b = array([100,20,30,400,50])
c=a == b