In this section, we will learn basic things about the numerical type of data, what they are, how to create them and what we can do with them.
In this section we will learn about another type of data, namely Boolean, as well as how it is characterized and what to do with it.
In this section we will learn a lot about strings, as well as methods of working with them. Learn what string slicing is and practice working with it.
Зміст курсу
Python Data Types
Choose the statements which are False.
Виберіть кілька правильних відповідей
not(False or True)
(False and True) or (False or False)
(10 == 1) or (5 > 9)
not(2) and not(0)
Як ми можемо покращити це?
Дякуємо за ваш відгук!