준비물: 커피잔, 티스푼, 커피믹스, 물, 전기포트
윈도우, 맥, 리눅스와 같은 운영체제마다 사용 방법이 다르다.
정답: 운영체제와 무관하게 거의 동일하게 사용할 수 있다.
>> print("Hello Python")
Hello Python<CRLF>
>> ????("Hello Python") Hello Python
정답: print
단어 | 가능? |
---|---|
a | O |
hello | O |
$hello | X |
10_hello | O |
bye | O |
print()
함수는 다음 중 무엇에 해당하는가?답: 2
답: 스네이크 케이스
예시 | 스네이크 케이스 | 캐멀 케이스 |
---|---|---|
hello coding | hello_coding | helloCoding |
hello python | hello_python | helloPython |
we are the world | we_are_the_world | weAreTheWorld |
create output | create_output | CreateOutput |
create request | create_request | CreateRequest |
init server | init_server | InitServer |
init matrix | init_matrix | InitMatrix |
[책] 혼자 공부하는 파이썬 개정판, 한빛 미디어, 윤인성 지음
파이썬 매스터 미스터 문!