한 줄 프롬프트
예시 #1
유저 나이 함수
일반적인 프롬프트
# CREATE a function called get user age
# ask the user to input their age
# RETURN the user's agePython 프롬프트
# create a function called get user age
# ask the user to input their age
# return the user's age 예시 #2
유저 나이를 이용하고 생일 축하 메시지를 리턴
일반적인 프롬프트
Python 프롬프트
Last updated