Building interactive web experiences with HTML, CSS & JavaScript π
print("Hello, World!")Python has various data types, including:
- String:
"Hello" - Integer:
42 - Float:
3.14 - Boolean:
TrueorFalse - List:
[1, 2, 3] - Tuple:
(1, 2, 3) - Dictionary:
{ "key": "value" } - Set:
{1, 2, 3}
