Comments and Input/Output
주석과 입출력
주석(Comments)
한줄 주석은
#
여러 줄 주석은"""
,'''
입력(input)과 출력(print)
입력
input
함수를 사용해 사용자 키보드 입력을 받을 수 있습니다.
출력
print
함수를 사용해 화면에 출력합니다.
참조
ChatGPT
Last updated
Was this helpful?