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

PHOTO EMBED

Tue Oct 22 2024 08:43:10 GMT+0000 (Coordinated Universal Time)

Saved by @Yakostoch #python

a = int(input())
k = int(input())
print(a | (1 << k))
content_copyCOPY