#Fix the code below ๐
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.")
์ ์ฝ๋๋ฅผ
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.
์ด์ ๊ฐ์ด ๋์ค๊ฒ๋ ์์ ํด๋ณด์.
print("Day 1 - String Manipulation")
๋จผ์ ์ฒซ์ค์ ๋ณด๋ฉด ์๋๋๋ก ๋์ค๊ฒ๋ ๋ฌธ์ ์์ด ์ ์์ฑ๋์ด์๋ค.
print("String Concatenation is done with the "+" sign.")
String Concatenation is done with the sign.
๋๋ฒ์งธ ์ค์ ๋ณด๋ฉด ์ธ๋ป ๋ณด๊ธฐ์ ๋ง๊ณ ์ถ๋ ฅ๋ ์ ๋๊ฒ์ฒ๋ผ ๋ณด์ด์ง๋ง
์๋๋๋ก ์ถ๋ ฅํ๊ณ ์ถ์๋ ์ฝ๋๋ฅผ ๋ณด๋ฉด ๋ฌธ์ฅ์์ "+" ๋ผ๋ ๋ฌธ์์ด๋ ๊ฐ์ด ์ถ๋ ฅํ๊ณ ์ถ์ดํ๋ค.
ํ์ง๋ง ์ง๊ธ ์์ฑ๋์ด์๋ ์ฝ๋๋ "String Concatenation is done with the " ์์ ์๋ฐ์ํ ๋๊ฐ๋ก ๋ฌธ์ฅ์ ๋ฃ์ด ๋๋ด๋ฒ๋ ธ๋ค.
๊ทธ๋ฆฌ๊ณ ๋ค์ ์๋ฐ์ํ๋ก ๋ฌธ์์ด์ ์ด์ด " sign." ํ๊ณ ๋ซ์๋ฒ๋ ธ์ผ๋ฉฐ ๊ทธ ์ฌ์ด์๋ + ๊ธฐํธ๊ฐ ๋ค์ด๊ฐ ๋ ๋ฌธ์ฅ์ ์์ ๋ถ์ฌ๋ฒ๋ ธ๋ค.
์ฐ๋ฆฌ๊ฐ ๋ฃ๊ณ ์ถ์ดํ๋๊ฑด "+" ๋ฌธ์์ด์ด๋ค. ๊ทธ๋ผ ์ด๋ป๊ฒ ํ๋ฉด ๋ ๊น?
"String Concatenation is done with the "+" sign."
์์ ๋ฌธ์์ด ์์๊ณผ ๋์ ์๋ฐ์ํ ( " )๋ฅผ ์ฐ์ง์๊ณ ๋ฐ์ํ ( ' ) ๋ฅผ ์ฌ์ฉํด ๋ฌธ์์ด์ค๊ฐ์ ์๋ฐ์ํ ( " ) ํ์๋ฅผ ๋ง๋๋
๋ฌธ์ฅ์ด ๋๋๋ฒ๋ฆฌ์ง ์๊ฒ๋ ํ๋๊ฒ์ด๋ค. ๋ฐ๋ผ์ ์์ ํ๋ฉด
print('String Concatenation is done with the "+" sign.')
String Concatenation is done with the "+" sign.
์๋ํ๋๋๋ก ์ฝ๋๊ฐ ์ถ๋ ฅ๋๋๊ฒ์ ํ์ธ ํ ์ ์๋ค.
print("e.g. print("Hello " + "world")")
์ธ๋ฒ์งธ ์ค์๋ ๋๊ฐ์ด "Hello" ๋ผ๋ ๋ฌธ์์ด์ ๋ง๋๊ธฐ์ ์ ์๋ฐ์ํ๋ฅผ ๋ง๋ ๋ฌธ์ฅ์ด ๋๋๋ฒ๋ฆฌ์ง ์๊ฒ๋
๋ฌธ์์ด ์์๊ณผ ๋์ ๋ฐ์ํ๋ก ์ฌ์ฉํ๋ฉด ๋๋ค .
๋ฐ๋ผ์ ์์ ํ๋ฉด
print('e.g. print("Hello " + "world")')
e.g. print("Hello " + "world")
์๋๋๋ก ์ถ๋ ฅ์ด ๋๋ค.
print(("New lines can be created with a backslash and n.")
๋ค๋ฒ์งธ ์ค์๋ ๋จ์ํ print ํจ์๋ฅผ ์์ํ ๋ ์ฌ๋ ๊ดํธ๋ฅผ ๋๋ฒ ์จ๋ฒ๋ฆฐ๊ฒ์ผ๋ก ํ๋๋ฅผ ์ง์์ฃผ์ด ์์ ํด์ฃผ๋ฉด ๋๋ค.
print("New lines can be created with a backslash and n.")
New lines can be created with a backslash and n.
๋ชจ๋ ์์ ํ์ฌ ๋ต์ ์ ์ถํ๋ฉด . .
์ ๋ต!
'udemy ์ ๋ฆฌ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
2์๋ฆฌ ๋ฐ์ดํฐ๋ฅผ ์ ๋ ฅ๋ฐ์ ๊ฐ ์๋ฆฌ๋ฅผ ์๋ก ๋ํด์ฃผ๋ ์ฝ๋ (0) | 2023.07.05 |
---|---|
str() ํจ์ (0) | 2023.07.05 |
udemy ์ ๋ฆฌ - ๋ณ์ (0) | 2023.07.04 |
udemy ์ ๋ฆฌ - ์ ๋ ฅ ํจ์ input , ๋ฌธ์์ด์ ๊ธธ์ด ํจ์ len() (0) | 2023.07.04 |
udemy ์ ๋ฆฌ - ์ฝ๋ฉ์ค (0) | 2023.07.04 |