r11
r1
(삭제된 사용자)

(새 문서)
1{{{#!syntax python
2from math import sin, cos, tan
3print(sin(cos(not(cos(not(cos(not(cos(cos(sin(tan(tan(0)))))))))))))
r10
4}}}
5{{{#!syntax python
6import os
7import pygame
8import sys
9from pygame.locals import
10
11width = 1980
12height = 1080
13white = (255, 255, 255)
14black = ( 0, 0, 0)
15fps = (30)
16
17pygame.init()
18
19pygame.display.set_caption('hello, python!')
20displaysurf = pygame.display.set_mode((width, height), 0, 32)
21clock = pygame.time.Clock()
22
23##더이상의 자세한 프로그래밍은 생략한다.
r11
24}}}
25[[분류:프로그래밍 언어]]