Python Tutorial - Strings , Boolean and Integers

Published: 10 October 2018
on channel: Pew Pew
158
2

String in Python is a sequence of characters. ... Strings are immutable. This means that once defined, they cannot be changed. Many Python methods, such as replace() , join() , or split() modify strings. However, they do not modify the original string.

Boolean expression (or logical expression) evaluates to one of two states true or false. Python provides the boolean type that can be either set to False or True. Many functions and operations returns boolean objects. The not keyword can also be used to inverse a boolean type.

Python supports four different numerical types − int (signed integers) − They are often called just integers or ints, are positive or negative whole numbers with no decimal point.


On this page of the site you can watch the video online Python Tutorial - Strings , Boolean and Integers with a duration of hours minute second in good quality, which was uploaded by the user Pew Pew 10 October 2018, share the link with friends and acquaintances, this video has already been watched 158 times on youtube and it was liked by 2 viewers. Enjoy your viewing!