무냐의 개발일지
Print vs Return , Strings 문법 본문
def 안에 print가 있을때
print( 함수 ) 해도 그냥 일반적으로 print가 된다
👩💻 함수 안의 함수
👩💻 Strings
Built-in Types
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...
docs.python.org