1.2 Zmienne, typy danych i operatory arytmetyczne
Variables and Numeric Arithmetic
python
x = 10
y = 3
print(f'Sum: {x + y}, Power: {x ** y}')
Praktyczne laboratoria w chmurze
Opanuj Pythona, C#, C++ i modding gier dzięki wbudowanym laboratoriom Cloud Labs i automatycznemu ocenianiu.