underscore 뜻
밑줄 [특히 컴퓨터 프로그래밍에서 공백이 허용되지 않는 공백을 나타내는 데 사용되는 기호 '_'].
underscore는 어떻게 사용할 수 있을까요?
아래 예문들을 통해 다양한 상황에서 "underscore"가 어떻게 쓰일 수 있는지 알아보세요!
예문
In Python, underscores are used to separate words in variable names.
Python에서 밑줄은 변수 이름에서 단어를 구분하는 데 사용됩니다.
예문
The email address cannot contain spaces, use underscores instead.
이메일 주소는 공백을 포함할 수 없으며 대신 밑줄을 사용하십시오.
예문
The file name should not have any spaces, replace them with underscores.
파일 이름에는 공백이 없어야 하며 밑줄로 대체하십시오.
underscore의 유의어와 반의어
underscore와(과) 관련된 관용어는 어떤 것들이 있나요?
공백이 허용되지 않는 공백을 나타내는 데 사용되는 기호 '_'
예문
The underscore character is commonly used in programming languages.
밑줄 문자는 일반적으로 프로그래밍 언어에서 사용됩니다.
double underscore
Python 클래스의 특수 메서드 또는 특성에 사용되는 두 개의 연속 밑줄 문자
예문
The __init__ method is a special method in Python classes that is defined using double underscores.
__init__ 메서드는 이중 밑줄을 사용하여 정의되는 Python 클래스의 특수 메서드입니다.
변수가 일시적이거나 중요하지 않음을 나타내기 위해 Python에서 변수 이름으로 사용되는 단일 밑줄 문자
예문
The _ variable in Python is often used as a throwaway variable.
Python의 _ 변수는 종종 일회용 변수로 사용됩니다.
underscore: 핵심 요약
underscore [ˌʌndərˈskɔː(r)] 이라는 용어는 특히 컴퓨터 프로그래밍에서 공백이 허용되지 않는 공백을 나타내는 데 사용되는 기호 '_'를 나타냅니다. 변수 이름과 파일 이름에서 단어를 구분하는 데 사용되며 특수 메서드의 경우 이중 밑줄, 일회용 변수의 경우 단일 밑줄과 같이 Python 프로그래밍에서 특별한 의미를 갖습니다.