Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 671 Bytes

Fish_Bowl-PythonGraphic 🐟

  • Title : A Fish Bowl

  • Language : Python

  • Module :

import turtle                # 터틀 모듈 불러오기
import random                # 랜덤 모듈 불러오기
import winsound              # 사운드 모듈 불러오기
import time                  # 타임 모듈 불러오기
  • When you press spaceBar, The background color of screen will change.

  • When you click screen anywhere, A drop of water would printed.

  • copyright : smilehee18

fish_bowl