Architec.Ton is a ecosystem on the TON chain with non-custodial wallet, swap, apps catalog and launchpad.
Main app: @architec_ton_bot
Our Chat: @architec_ton
EU Channel: @architecton_eu
Twitter: x.com/architec_ton
Support: @architecton_support
Last updated 2 weeks, 2 days ago
Канал для поиска исполнителей для разных задач и организации мини конкурсов
Last updated 1 month ago
Что выведет код?
import numpy as np
x, dx = np.linspace(0, 8, 9, retstep=True)
print(dx)
Что выведет код?
import numpy as np
b = np.array([[1., 2.], [3., 4.]])
b[0, 0] = 0
b[1, 1] = 0
a = np.sum(b)
print(a)
Что выведет код?
import struct
s = struct.pack('fhb', 1, 1, 1)
print(len(s))
Architec.Ton is a ecosystem on the TON chain with non-custodial wallet, swap, apps catalog and launchpad.
Main app: @architec_ton_bot
Our Chat: @architec_ton
EU Channel: @architecton_eu
Twitter: x.com/architec_ton
Support: @architecton_support
Last updated 2 weeks, 2 days ago
Канал для поиска исполнителей для разных задач и организации мини конкурсов
Last updated 1 month ago