Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firstgit

깃허브 사용법을 연습합니다.

여기에 원하는 내용을 입력하세요.

소스에 대한 간단한 소개글을 작성합니다.

  1. 안녕하세요.
  2. 공부중입니다.
  3. 반갑습니다.
  1. 한 줄 소스 코드 a = 10

  2. 여러 줄 소스 코드

print("철수가 산 사과와 배의 총금액을 구합니다.")
apple_price = 5000
pear_price = 10000
apple_count = int(input("사과의 개수: "))
pear_count = int(input("배의 개수: "))
total_price = apple_count * apple_price + pear_count * pear_price
print(f"총 금액은 {total_price}원 입니다. \n")

https://docs.google.com/document/d/1zuG6MHADZaM77sdQ1jY1T76n2j78PSYa9JbIucPU_Tg/edit?usp=sharing

새싹 교육과정 공부

About

깃 공부 저장소

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors