program/python
[python] 문자열
momoa210
2024. 1. 28. 00:06
print("Hello"*3) --> HelloHelloHello 출력
pring("'/Hello'/") --> 'Hello' 출력 / 를 붙이면 따옴표 출력 가능