파이썬(r4판)
[주의!] 문서의 이전 버전(에 수정)을 보고 있습니다. 최신 버전으로 이동
분류
from math import sin, cos, tan
print(sin(cos(not(cos(not(cos(not(cos(cos(sin(tan(tan(0)))))))))))))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()
##더이상의 자세한 프로그래밍은 생략한다.1. 개요[편집]
초보자가 배우기엔 쉽지만, 라이브러리마다 호환되는 버전이 다른데, 이 경우 파이썬을 다운그레이드 해주어야하지만, 파이썬 다운그레이드만큼 어려운게 없다.