q
from kivy.app import Appя вижу на главное странице киви обычный пример
from kivy.uix.button import Button
class TestApp(App):
def build(self):
return Button(text='Hello World')
TestApp().run()
Вот
Size: a a a
q
from kivy.app import Appя вижу на главное странице киви обычный пример
from kivy.uix.button import Button
class TestApp(App):
def build(self):
return Button(text='Hello World')
TestApp().run()
Вот
q
АК
АК
Г
q
АК
Г
T
Г
АК
Г
T
Г
СC
БГ
py3
from sys import getsizeof as gs
for power in (0, 32, 64, 128):
num = 2**power
print(gs(num))
28
32
36
44