개인적인 공부/Python
day 1-1. python
karatejin
2023. 2. 20. 09:22
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')")