Nauč se Python > Kurzy > Beginners course PyLadies > First program > Variables

Variables – Řešení [1]

print('The perimeter of a square with a side of 123 cm is', 4 * 123, 'cm')
print('The area of a square with a side of 123 cm is', 123 * 123, 'cm2')

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