day 1-1. python

2023. 2. 20. 09:22개인적인 공부/Python

Example Output (예제)

After you have written your code, you should run your program and it should print the following: (이렇게 나오게 해라)

Day 1 - Python Print Function
The function is declared like this:
print('what to print')

 

자바보다는 간단하게 출력된다.

print("Day 1 - Python Print Function")
print("The function is declared like this:")
print("print('what to print')")

'개인적인 공부 > Python' 카테고리의 다른 글

day 2-1 python (데이터 타입)  (0) 2023.02.20
day 1-5 python (복합)  (0) 2023.02.20
day 1-4 python (변수)  (0) 2023.02.20
day 1-3 python (문자열 개수 출력 , input Function)  (0) 2023.02.20
day 1-2. python  (0) 2023.02.20