This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kod dla Python utworzony przez Gemini ze źródła napisanego w Processing.org | |
# w stanie surowym nie działa. staram się to uruchomić. | |
# wygląda na to, że wymaga modułu/biblioteki processing-py. | |
import math | |
angle = 90 # Deklaracja zmiennej | |
def setup(): # Funkcja setup | |
size(900, 900) # Ustaw rozmiar okna | |