Adblocker detected! Please consider reading this notice.

We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading.

We don't have any banner, Flash, animation, obnoxious sound, or popup ad. We do not implement these annoying types of ads!

We need money to operate the site, and almost all of it comes from our online advertising.

Please add wikitechy.com to your ad blocking whitelist or disable your adblocking software.

×

Press ESC to close

Or check our Popular Categories...

Python

5   Articles
5
P

Python list sort ()

1 Min Read
0 4
1 Min Read
0 4

Python list sort() function is used to sort a list in ascending, descending or user defined order. To sort the list in ascending order [pastacode lang=”python” manual=”List_name.sort()%0AThis%20will%20sort%20the%20given%20list%20in%20ascending%20order.%0A” message=”” highlight=”” provider=”manual”/]…

Continue Reading
P

Python String split()

1 Min Read
0 4
1 Min Read
0 4

Python split() method splits the string into a comma-separated list. Python String Python string is that the collection of the characters surrounded by single quotes, double quotes, or triple quotes….

Continue Reading
P

Python string length | len()

1 Min Read
0 1
1 Min Read
0 1

Python Strings Strings in python are enclosed by either single quotation marks, or double quotation marks. [pastacode lang=”bash” manual=”‘Wikitechy’%C2%A0is%20the%20same%20as%C2%A0%22Wikitechy%22.” message=”” highlight=”” provider=”manual”/] Python string length | len() len() function is…

Continue Reading