Nauč se Python!
Materiály
Kurzy
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.
←
Python's interactive mode
↑
Lekce: Introduction to Python
Type conversion
→