font_size = st.sidebar.number_input("글자 크기", value=11, help="글자 크기는 다운로드 파일에서만 확인 가능합니다.") use_border = st.sidebar ...
// You can also declare string literals with quotes. // When the program starts, the string literal "Hello world" is then // converted into a character array with a null terminator at the end.