питон задание 1

PHOTO EMBED

Tue Oct 22 2024 08:40:50 GMT+0000 (Coordinated Universal Time)

Saved by @Yakostoch #python

k = 6
n = 5
res = (1 << k) + (1 << n)
print(res)
content_copyCOPY