Python Strftime Method with Examples

Python Strftime

The python strftime() method returns the string which represents the date, time objects. The strftime() method is defined in the datatime library. To use this function, we need to import …

Read more

slicing in python with examples

slicing in python

Python provides a new operator, namely the slice operator. With the help of a slice operator, we can divide the objects as per our requirement. Also, we can use this …

Read more

Fibonacci series in python

fibonacci series in python

Fibonacci series in python is a sequence of numbers in which the current term is the sum of the previous two terms. The first two terms of the Fibonacci sequence …

Read more

Pin It on Pinterest