day 1-2. python
2023. 2. 20. 09:40ㆍ개인적인 공부/Python
Example Output (예지)
When you run your program, it should print the following: (이렇게 나오게 해라)
Day 1 - String Manipulation
String Concatenation is done with the "+" sign.
e.g. print("Hello " + "world")
New lines can be created with a backslash and n.
e.g. When you hit run, there should be no errors and this is what should happen:( 에러가 안뜨게 해라)
print("Day 1 - String Manipulation")
print('String Concatenation is done with the "+" sign.')
print('e.g. print("Hello " + "world")')
print("New lines can be created with a backslash and n.")
'개인적인 공부 > 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-1. python (0) | 2023.02.20 |