Ahojte potrebovala by som pomôcť s grafikou v pythone keď napíšem daný kód:
import Image
import math
def demo1():
im = Image.new("RGB", (20,20), (255,255,255))
r = 5
t = 360
for i in range(t):
x = int(r*(t - math.sin(math.radians(t))))
y = int(r*(1 - math.co...
Založil allicce; 6 názorů, poslední 18. 1. 2014 – nevyřešeno
Založil allicce; 6 názorů, poslední 18. 1. 2014 – nevyřešeno