Nauč se Python > Materiály > Snake Workshop for PyLadies > Introduction to Python > Strings

Strings – Řešení [0]

>>> type(123)
<class 'int'>
>>> type('abc')
<class 'str'>

Toto je stránka lekce z kurzu, který probíhá nebo proběhl naživo s instruktorem.