Sergei089 / python_ex

1 stars 1 forks source link

ex6.py #65

Closed Sergei089 closed 1 year ago

Sergei089 commented 1 year ago

# присвоение аргумента 
types_of_people = 10
# -
x = f"Существует {types_of_people} типов людей."
# пприсвоение аргумента
binary = "Python"
# -
do_not = "нет"

y = f" Те, кто понимает {binary}, и те, кто -{do_not}."
# печатать x
print(x)
# печатать у
print(y)

print(f"Я сказал: {x}")
print(f"А еще я сказал: '{y}'")

hilarious = False
joke_evaluation = "Разве это не смешно?!{}"

print(joke_evaluation.format(hilarious))

w =  "Это часть строки слева..."
e = "а жто справа."

print(w + e)
Sergei089 commented 1 year ago

что смог описал.

vovs03 commented 1 year ago

А почему не сделал коммит + пуш?

vovs03 commented 1 year ago

gh repo clone Sergei089/python_ex