무냐의 개발일지

Print vs Return , Strings 문법 본문

카테고리 없음

Print vs Return , Strings 문법

무냐코드 2024. 4. 23. 15:22

 

 

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