02.11.2025

Типы данных

a=float(input())
b=int(input())
s=a+b
print(s)

aaa=6
bbb=300
print(str(aaa)*bbb)

Добавить комментарий