본문으로 건너뛰기
더시드위키
최근 변경
최근 토론
도구 모음
파이썬
(r2판 RAW)
보기
RAW
역사
{{{#!syntax python from math import sin, cos, tan print(sin(cos(not(cos(not(cos(not(cos(cos(sin(tan(tan(0))))))))))))) }}} {{{#!syntax python import os import pygame import sys from pygame.locals import width = 1980 height = 1080 white = (255, 255, 255) black = ( 0, 0, 0) fps = (30) pygame.init() pygame.display.set_caption('hello, python!') displaysurf = pygame.display.set_mode((width, height), 0, 32) clock = pygame.time.Clock() ##더이상의 자세한 프로그래밍은 생략한다. }}}