일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ndarray
- Endpoint
- 프로그램
- phython
- 파싱
- 계산기
- Tequila
- 프로젝트
- twilio
- 게임
- API플랫폼
- 웹크롤링
- 쉬티
- Game
- Sheety
- 최저가
- Pygame
- class
- 웹페이지
- 파이썬
- HTML
- 유데미
- 상태코드
- SMTP
- 오류
- 부트스트랩
- API
- HTTP
- Python
- udemy
Archives
- Today
- Total
목록거북이 경주 (1)
데이터 분석가
파이썬(Python) 거북이 경주(turtle race) 프로젝트
안녕하세요 ! 이번 시간에는 거북이들을 경주 시켜서 누가 1등 하는지 내기하는 프로그램을 만들어보겠습니다. from turtle import Turtle, Screen import random is_race_on = False screen = Screen() #화면 초기화 () screen.setup(width=500, height=400) #불러온 화면 크기 설정 너비 500, 높이 400 user_bet = screen.textinput(title="내기 시작", prompt="어떤 색 거북이가 1등할까요?: ") colors = ["red", "orange", "yellow", "green", "blue", "purple", "black"] y_positions = [-70, -40, -10, 20..
파이썬(python) 프로젝트 모음
2023. 3. 28. 14:00